summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_packets.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-09-24 17:44:45 -0700
committerJeremy Allison <jra@samba.org>2009-09-24 17:44:45 -0700
commit1e4868d251a4546c92ec275e37e9c5e11f30d1b8 (patch)
tree466721dd00e32d46bc5dabfc3836e97c3fd075b1 /source3/nmbd/nmbd_packets.c
parent8a90106beb6344b94d159efd997d07d27a27f9b4 (diff)
downloadsamba-1e4868d251a4546c92ec275e37e9c5e11f30d1b8.tar.gz
samba-1e4868d251a4546c92ec275e37e9c5e11f30d1b8.tar.bz2
samba-1e4868d251a4546c92ec275e37e9c5e11f30d1b8.zip
Reduce debug log level from 0 -> 7 on non-critical message.
Jeremy.
Diffstat (limited to 'source3/nmbd/nmbd_packets.c')
-rw-r--r--source3/nmbd/nmbd_packets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c
index 4045184f33..6136c6d171 100644
--- a/source3/nmbd/nmbd_packets.c
+++ b/source3/nmbd/nmbd_packets.c
@@ -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;
}