From cfaf65285230e92c0a68e006f847ced18bd62fbe Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 6 Oct 2025 20:02:36 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 67503b6..5951df7 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1551,7 +1551,7 @@ async def start_rx(): if radio_detection_enabled: logger.debug(f"System: Radio Detection Enabled using rigctld at {rigControlServerAddress} brodcasting to channels: {sigWatchBroadcastCh} for {get_freq_common_name(get_hamlib('f'))}") if file_monitor_enabled: - logger.debug(f"System: File Monitor Enabled for {file_monitor_file_path}, broadcasting to channels: {file_monitor_broadcastCh}") + logger.warning(f"System: File Monitor Enabled for {file_monitor_file_path}, broadcasting to channels: {file_monitor_broadcastCh}") if enable_runShellCmd: logger.debug(f"System: Shell Command monitor enabled") if allowXcmd and enable_runShellCmd: