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)) {
 

Reply via email to