From fde2bb94d9f99e2c1678d9724aaefce8b6a7fca3 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 19 Nov 2024 19:51:40 -0800 Subject: [PATCH] enhance --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 3fd7a2e..efcd5df 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1038,7 +1038,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}") + logger.debug(f"System: File Monitor Enabled for {file_monitor_file_path}, broadcasting to channels: {fileWatchBroadcastCh}") if scheduler_enabled: # Examples of using the scheduler, Times here are in 24hr format # https://schedule.readthedocs.io/en/stable/