]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Quieten a noisy debug message
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 5 Apr 2021 08:38:50 +0000 (09:38 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 5 Apr 2021 08:38:50 +0000 (09:38 +0100)
nqptp.c

diff --git a/nqptp.c b/nqptp.c
index 656b9eb07974fe409b6cbf45f0a75ae960aa8602..322accc1890bb8e2b1076ab0276612e1f8955be4 100644 (file)
--- 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);