Reduce debug log level from 0 -> 7 on non-critical message.
authorJeremy Allison <jra@samba.org>
Fri, 25 Sep 2009 00:44:45 +0000 (17:44 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 25 Sep 2009 00:44:45 +0000 (17:44 -0700)
Jeremy.

source3/nmbd/nmbd_packets.c

index 4045184f335dd98e73b82b2c43be91e4111b7cb4..6136c6d1711ee19037335a38ad4295d42d368b69 100644 (file)
@@ -1068,7 +1068,7 @@ mismatch with our scope (%s).\n", inet_ntoa(p->ip), scope, global_scope()));
 
        pull_ascii_nstring(src_name, sizeof(src_name), dgram->source_name.name);
        if (is_myname(src_name)) {
-               DEBUG(0,("process_browse_packet: Discarding datagram from IP %s. Source name \
+               DEBUG(7,("process_browse_packet: Discarding datagram from IP %s. Source name \
 %s is one of our names !\n", inet_ntoa(p->ip), nmb_namestr(&dgram->source_name)));
                return;
        }