summaryrefslogtreecommitdiff
path: root/source3/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
commit143a364d6253125c27e229d533940a6822ce7575 (patch)
tree1cf35900bb0f8333cbf883d065c4cf631dc61788 /source3/smbd
parent8993ab2fcb77ef55e8df216f70103035cb0c60f8 (diff)
downloadsamba-143a364d6253125c27e229d533940a6822ce7575.tar.gz
samba-143a364d6253125c27e229d533940a6822ce7575.tar.bz2
samba-143a364d6253125c27e229d533940a6822ce7575.zip
r20393: Debug level 1 is a bit excessive here
(This used to be commit 48798b5e57fcb2ee7debfe9d5178adef37907f92)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index ec588d4478..f6d5211310 100644
--- a/source3/smbd/reply.c
+++ b/source3/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)) {