From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 9 Jul 2022 08:58:18 +0000 (+0100) Subject: Quieten and clean up some startup messages. X-Git-Tag: 1.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74a1f6667001a283febc9db2782ba20350db558;p=thirdparty%2Fnqptp.git Quieten and clean up some startup messages. --- diff --git a/nqptp.c b/nqptp.c index ed4b914..153864f 100644 --- 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;