svn commit: samba r16019 - in branches/SAMBA_3_0/source/nmbd: .

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


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

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

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

Modified:
   branches/SAMBA_3_0/source/nmbd/nmbd_responserecordsdb.c


Changeset:
Modified: branches/SAMBA_3_0/source/nmbd/nmbd_responserecordsdb.c
===================================================================
--- branches/SAMBA_3_0/source/nmbd/nmbd_responserecordsdb.c	2006-06-02 23:58:58 UTC (rev 16018)
+++ branches/SAMBA_3_0/source/nmbd/nmbd_responserecordsdb.c	2006-06-03 00:36:00 UTC (rev 16019)
@@ -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