summaryrefslogtreecommitdiffstats
path: root/source/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-12-28 21:34:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:46 -0500
commit48798b5e57fcb2ee7debfe9d5178adef37907f92 (patch)
tree378786a6a451f47ba4f9f6fdc9b11937e803dacf /source/smbd
parente5333d5628a585ff00b78d50a0a22b0cf98aa9ff (diff)
downloadsamba-48798b5e57fcb2ee7debfe9d5178adef37907f92.tar.gz
samba-48798b5e57fcb2ee7debfe9d5178adef37907f92.tar.xz
samba-48798b5e57fcb2ee7debfe9d5178adef37907f92.zip
r20393: Debug level 1 is a bit excessive here
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index ec588d4478e..f6d52113108 100644
--- a/source/smbd/reply.c
+++ b/source/smbd/reply.c
@@ -3770,7 +3770,7 @@ int reply_mkdir(connection_struct *conn, char *inbuf,char *outbuf, int dum_size,
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)) {