[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-708-g1e4868d

Jeremy Allison jra at samba.org
Thu Sep 24 18:45:40 MDT 2009


The branch, master has been updated
       via  1e4868d251a4546c92ec275e37e9c5e11f30d1b8 (commit)
      from  8a90106beb6344b94d159efd997d07d27a27f9b4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1e4868d251a4546c92ec275e37e9c5e11f30d1b8
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Sep 24 17:44:45 2009 -0700

    Reduce debug log level from 0 -> 7 on non-critical message.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/nmbd/nmbd_packets.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c
index 4045184..6136c6d 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;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list