Browse Source

fix log for dry_run_label

Tony Fernandez 7 months ago
parent
commit
d060f8d77a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      borgmatic/hooks/zabbix.py

+ 1 - 1
borgmatic/hooks/zabbix.py

@@ -45,7 +45,7 @@ def ping_monitor(hook_config, config, config_filename, state, monitoring_log_lev
     value = state_config.get('value')
     headers = {'Content-Type': 'application/json-rpc'}
 
-    logger.info(f'{config_filename}: Updating Zabbix {dry_run_label}')
+    logger.info(f'{config_filename}: Updating Zabbix{dry_run_label}')
     logger.debug(f'{config_filename}: Using Zabbix URL: {server}')
 
     if server is None: