svn commit: samba r16020 - in trunk/source/nmbd: .

jra at samba.org jra at samba.org
Sat Jun 3 00:36:03 GMT 2006


Author: jra
Date: 2006-06-03 00:36:03 +0000 (Sat, 03 Jun 2006)
New Revision: 16020

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16020

Log:
This should not be a level zero message - it's harmless
and can happen though misconfiguration.
Jeremy.

Modified:
   trunk/source/nmbd/nmbd_responserecordsdb.c


Changeset:
Modified: trunk/source/nmbd/nmbd_responserecordsdb.c
===================================================================
--- trunk/source/nmbd/nmbd_responserecordsdb.c	2006-06-03 00:36:00 UTC (rev 16019)
+++ trunk/source/nmbd/nmbd_responserecordsdb.c	2006-06-03 00:36:03 UTC (rev 16020)
@@ -214,7 +214,7 @@
 			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;



More information about the samba-cvs mailing list