]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
quieten a few debug messages
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 8 May 2021 18:51:46 +0000 (19:51 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 8 May 2021 18:51:46 +0000 (19:51 +0100)
nqptp-message-handlers.c

index f4020dda88c181b760030ea83deb38581dd156b1..261f36a5672f318681c646b554736bb3014cbc9e 100644 (file)
@@ -279,7 +279,7 @@ void handle_follow_up(char *buf, __attribute__((unused)) ssize_t recv_len,
   } else if ((clock_private_info->flags & (1 << clock_is_master)) != 0) {
     update_master_clock_info(clock_private_info->clock_id, (const char *)&clock_private_info->ip,
                              reception_time, offset);
-    debug(1, "time: %" PRIu64 ", offset: %" PRId64 ", jitter: %+f ms.", reception_time, offset,
+    debug(3, "time: %" PRIu64 ", offset: %" PRId64 ", jitter: %+f ms.", reception_time, offset,
           0.000001 * jitter);
   }