]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Quieten and clean up some startup messages.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 9 Jul 2022 08:58:18 +0000 (09:58 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 9 Jul 2022 08:58:18 +0000 (09:58 +0100)
nqptp.c

diff --git a/nqptp.c b/nqptp.c
index ed4b914890ae6d84958a5600f9f1442976062a2a..153864f15e2772a240054929671415bb1334550c 100644 (file)
--- a/nqptp.c
+++ b/nqptp.c
@@ -147,8 +147,8 @@ int main(int argc, char **argv) {
   }
 
   debug_init(debug_level, 0, 1, 1);
-  debug(1, "startup. self clock id: \"%" PRIx64 "\".", get_self_clock_id());
-  debug(1, "size of a clock entry is %u bytes.", sizeof(clock_source_private_data));
+  debug(1, "Startup. Clock ID: \"%" PRIx64 "\".", get_self_clock_id());
+  // debug(1, "size of a clock entry is %u bytes.", sizeof(clock_source_private_data));
   atexit(goodbye);
 
   sockets_open_stuff.sockets_open = 0;