summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ntp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ntp.c b/src/ntp.c
index 9bc548db..91a8832d 100644
--- a/src/ntp.c
+++ b/src/ntp.c
@@ -196,6 +196,8 @@ static void decode_msg(void *base, size_t len, struct timeval *tv)
poll_id = g_timeout_add_seconds(transmit_delay, next_poll, NULL);
+ connman_info("ntp: time slew %+.6f s", offset);
+
if (offset < STEPTIME_MIN_OFFSET && offset > -STEPTIME_MIN_OFFSET) {
struct timeval adj;