소스 검색

fix log for dry_run_label

Tony Fernandez 8 달 전
부모
커밋
d060f8d77a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: