From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 9 Jun 2022 15:14:41 +0000 (-0700) Subject: Remove a noisy debug message. X-Git-Tag: 1.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af56734b9fcd4dc9ca894598ed2dab014f35d5f;p=thirdparty%2Fnqptp.git Remove a noisy debug message. --- diff --git a/nqptp-clock-sources.c b/nqptp-clock-sources.c index b35ba25..7619866 100644 --- a/nqptp-clock-sources.c +++ b/nqptp-clock-sources.c @@ -325,8 +325,6 @@ void update_clock_self_identifications(clock_source_private_data *clocks_private } } } - } else { - debug(1, "NULL ifa->ifa_addr. Probably harmless."); } } freeifaddrs(ifap);