]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Quieten a debug message.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 1 Mar 2022 22:35:19 +0000 (09:35 +1100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 1 Mar 2022 22:35:19 +0000 (09:35 +1100)
nqptp-message-handlers.c

index c37f5b43649fdb7672401a073498ab235d741ebd..272edc621e349978e783a8ea08eceb7614d71e64 100644 (file)
@@ -273,7 +273,7 @@ void handle_announce(char *buf, ssize_t recv_len, clock_source_private_data *clo
           for (temp_client_id = 0; temp_client_id < MAX_CLIENTS; temp_client_id++) {
             if ((clock_private_info->client_flags[temp_client_id] &
                  (1 << clock_is_a_timing_peer)) != 0) {
-              debug(1,
+              debug(2,
                     "best_clock_update_needed because %" PRIx64
                     " on ip %s has changed -- updating clock mastership for client \"%s\"",
                     clock_private_info->clock_id, clock_private_info->ip,