]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Quieten a message
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 13 May 2021 20:13:02 +0000 (21:13 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 13 May 2021 20:13:02 +0000 (21:13 +0100)
nqptp-message-handlers.c

index 77a698b1190ed173182ef751ca0742f3309045c8..9c483fa58bf42232c03c3fbdd77f454da50b1820 100644 (file)
@@ -303,7 +303,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, "clock: %" PRIx64 ", time: %" PRIu64 ", offset: %" PRId64 ", jitter: %+f ms.", clock_private_info->clock_id, reception_time, offset,
+      debug(3, "clock: %" PRIx64 ", time: %" PRIu64 ", offset: %" PRId64 ", jitter: %+f ms.", clock_private_info->clock_id, reception_time, offset,
             0.000001 * jitter);
     }