summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-07-08 14:07:18 -0700
committerJeremy Allison <jra@samba.org>2015-07-09 12:33:25 +0200
commitdf561a9b66bffae5fa706f13d63754ceea46b32b (patch)
tree89e1ba47cf3f3da13ae81ad1a2d196e22a418816 /source3/smbd
parented2ed1ad694ad1cc9e618baf1398ee26a4cdbde8 (diff)
downloadsamba-df561a9b66bffae5fa706f13d63754ceea46b32b.tar.gz
vfs: Make entry message for check_reduced_name a debug message
The interesting information is already logged later; having an additional message when entering the function should be only done as debug message (level 10). Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index 7f60b06d03a..0f443eee0b1 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -1140,7 +1140,7 @@ NTSTATUS check_reduced_name(connection_struct *conn, const char *fname)
bool allow_symlinks = true;
bool allow_widelinks = false;
- DEBUG(3,("check_reduced_name [%s] [%s]\n", fname, conn->connectpath));
+ DBG_DEBUG("check_reduced_name [%s] [%s]\n", fname, conn->connectpath);
resolved_name = SMB_VFS_REALPATH(conn,fname);