]> git.meshlink.io Git - catta/commitdiff
hide "Bad probe size estimate" warning in probe code which was generated when assembl...
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Feb 2006 22:52:33 +0000 (22:52 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 22 Feb 2006 22:52:33 +0000 (22:52 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1153 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-core/probe-sched.c

index 45163796ca655e0931b57dab72b23bcdfde564a1..f430bce2ca3b4fbaeca0b051e8d906f65b74446a 100644 (file)
@@ -302,7 +302,7 @@ static void elapse_callback(AVAHI_GCC_UNUSED AvahiTimeEvent *e, void* data) {
             continue;
 
         if (!avahi_dns_packet_append_record(p, pj->record, 0, 0)) {
-            avahi_log_warn("Bad probe size estimate!");
+/*             avahi_log_warn("Bad probe size estimate!"); */
 
             /* Unmark all following jobs */
             for (; pj; pj = pj->jobs_next)