From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 9 Jul 2022 08:57:18 +0000 (+0100) Subject: Improve a debug message and comment it out. X-Git-Tag: 1.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a779eb522c4735401d1adf00856fabc290ae85;p=thirdparty%2Fnqptp.git Improve a debug message and comment it out. --- diff --git a/nqptp-clock-sources.c b/nqptp-clock-sources.c index 3ef1542..e9aa998 100644 --- a/nqptp-clock-sources.c +++ b/nqptp-clock-sources.c @@ -476,7 +476,7 @@ void update_master_clock_info(int client_id, uint64_t master_clock_id, const cha uint64_t local_time, uint64_t local_to_master_offset, uint64_t mastership_start_time) { if (clients[client_id].shm_interface_name[0] != '\0') { - // debug(1,"update_master_clock_info start"); + // debug(1,"update_master_clock_info clock: % " PRIx64 ", offset: %" PRIx64 ".", master_clock_id, local_to_master_offset); int rc = pthread_mutex_lock(&clients[client_id].shared_memory->shm_mutex); if (rc != 0) warn("Can't acquire mutex to update master clock!");