]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Remove a noisy debug message.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 9 Jun 2022 15:14:41 +0000 (08:14 -0700)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 9 Jun 2022 15:14:41 +0000 (08:14 -0700)
nqptp-clock-sources.c

index b35ba252a1d2044b1ab4643212c136faaa846404..76198666f0972e8b26905896cf5afd28333e1268 100644 (file)
@@ -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);