From 457799d8dfe29ddd0ca176f1eaea8128a554188d Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Sat, 4 Apr 2026 15:14:36 -0700 Subject: [PATCH] Calm down clock skew loggings --- app/radio_sync.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/radio_sync.py b/app/radio_sync.py index 2914fb4..571a36d 100644 --- a/app/radio_sync.py +++ b/app/radio_sync.py @@ -943,10 +943,8 @@ async def sync_radio_time(mc: MeshCore) -> bool: except Exception: logger.warning("Reboot command failed", exc_info=True) elif _clock_reboot_attempted: - logger.warning( - "Clock skew persists after reboot — the radio likely has a " - "hardware RTC that preserved the wrong time. A manual " - "'clkreboot' CLI command is needed to reset it." + logger.debug( + "Clock skew persists after reboot (hardware RTC); ignoring until next session." ) return False