From b921c73fa7c46d9207c52de42d056a560a3299eb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 13 Oct 2025 17:26:08 -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 b1b36c6..a770010 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1761,7 +1761,7 @@ async def start_rx(): logger.debug(f"System: MOTD Enabled using {MOTD} scheduler:{schedulerMotd}") if sentry_enabled: - logger.debug(f"System: Sentry Mode Enabled {sentry_radius}m radius reporting to channel:{secure_channel}") + logger.debug(f"System: Sentry Mode Enabled {sentry_radius}m radius reporting to channel:{secure_channel} requestLOC:{reqLocationEnabled}") if highfly_enabled: logger.debug(f"System: HighFly Enabled using {highfly_altitude}m limit reporting to channel:{highfly_channel}")