]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Improve a few debug messages.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 1 Jan 2022 19:00:05 +0000 (19:00 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 1 Jan 2022 19:00:05 +0000 (19:00 +0000)
nqptp-message-handlers.c

index 6e2dce269764cf97549211d0b464e2fbf953cb97..a0f12b10263d30bf426050a35a233d7c06fefd5a 100644 (file)
@@ -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);