r16019: This should not be a level zero message - it's harmless
authorJeremy Allison <jra@samba.org>
Sat, 3 Jun 2006 00:36:00 +0000 (00:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:17:18 +0000 (11:17 -0500)
and can happen though misconfiguration.
Jeremy.

source/nmbd/nmbd_responserecordsdb.c

index 6f22fd906deaa09ee58eaa0bae08dfbc7fa4d885..367c1f4427f2bb17cfbf047e0f026769e818ca9e 100644 (file)
@@ -214,7 +214,7 @@ never happen !\n", remote_broadcast_subnet->subnet_name));
                        return rrec;
        }
 
-       DEBUG(0,("find_response_record: response packet id %hu received with no \
+       DEBUG(3,("find_response_record: response packet id %hu received with no \
 matching record.\n", id));
  
        *ppsubrec = NULL;