svn commit: samba r20393 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Thu Dec 28 21:34:31 GMT 2006


Author: vlendec
Date: 2006-12-28 21:34:31 +0000 (Thu, 28 Dec 2006)
New Revision: 20393

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

Log:
Debug level 1 is a bit excessive here
Modified:
   branches/SAMBA_3_0/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c	2006-12-28 21:00:51 UTC (rev 20392)
+++ branches/SAMBA_3_0/source/smbd/reply.c	2006-12-28 21:34:31 UTC (rev 20393)
@@ -3770,7 +3770,7 @@
 
 	status = create_directory(conn, directory);
 
-	DEBUG(1, ("create_directory returned %s\n", nt_errstr(status)));
+	DEBUG(5, ("create_directory returned %s\n", nt_errstr(status)));
 
 	if (!NT_STATUS_IS_OK(status)) {
 



More information about the samba-cvs mailing list