]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Remove misleading debug message.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 8 Jul 2021 20:48:11 +0000 (20:48 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 8 Jul 2021 20:48:11 +0000 (20:48 +0000)
nqptp.c

diff --git a/nqptp.c b/nqptp.c
index 1d8d02a30ad27a8b7b62d14439ba8a9778801eaa..2fbe0d586653870e3d7f0a2edfad182902f1dd41 100644 (file)
--- a/nqptp.c
+++ b/nqptp.c
@@ -314,8 +314,7 @@ int main(int argc, char **argv) {
                                            (clock_source_private_data *)&clocks_private);
             } else if (recv_len >= (ssize_t)sizeof(struct ptp_common_message_header)) {
               debug_print_buffer(2, buf, recv_len);
-              debug(3, "Received %d bytes control message on reception.", msg.msg_controllen);
-
+              
               // check its credentials
               // the sending and receiving ports must be the same (i.e. 319 -> 319 or 320 -> 320)