From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 1 Jan 2022 19:00:05 +0000 (+0000) Subject: Improve a few debug messages. X-Git-Tag: 1.2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69f18096cd734dc563f2c538da559609dfb0be67;p=thirdparty%2Fnqptp.git Improve a few debug messages. --- diff --git a/nqptp-message-handlers.c b/nqptp-message-handlers.c index 6e2dce2..a0f12b1 100644 --- a/nqptp-message-handlers.c +++ b/nqptp-message-handlers.c @@ -274,7 +274,7 @@ void handle_announce(char *buf, ssize_t recv_len, clock_source_private_data *clo (1 << clock_is_a_timing_peer)) != 0) { debug(1, "best_clock_update_needed because %" PRIx64 - "%s has changed -- updating clock mastership for client \"%s\"", + " on ip %s has changed -- updating clock mastership for client \"%s\"", clock_private_info->clock_id, clock_private_info->ip, get_client_name(temp_client_id)); update_master(temp_client_id);