From 3a27af3379e80880305db1a32eade6534e27ef11 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 5 Apr 2021 09:38:50 +0100 Subject: [PATCH] Quieten a noisy debug message --- nqptp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nqptp.c b/nqptp.c index 656b9eb..322accc 100644 --- a/nqptp.c +++ b/nqptp.c @@ -364,7 +364,7 @@ int main(void) { } } if (non_empty_origin_timestamp != 0) - debug(1, "Sync Origin Timestamp!"); + debug(2, "Sync Origin Timestamp!"); if (msg->header.correctionField != 0) debug(3, "correctionField: %" PRIx64 ".", msg->header.correctionField); -- 2.47.2