From 23efd8e5d84d8d64809867bacc47d8b157353ab7 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 13 Aug 2024 13:50:53 -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 a5f3469..41a6285 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -388,7 +388,7 @@ async def start_rx(): if motd_enabled: logger.debug(f"System: MOTD Enabled using {MOTD}") if sentry_enabled: - logger.debug(f"System: Sentry Mode Enabled {sentry_radius}m radius") + logger.debug(f"System: Sentry Mode Enabled {sentry_radius}m radius reporting to {secure_channel}") if store_forward_enabled: logger.debug(f"System: Store and Forward Enabled using limit: {storeFlimit}") if useDMForResponse: