vfs: Make entry message for check_reduced_name a debug message
authorChristof Schmitt <cs@samba.org>
Wed, 8 Jul 2015 21:07:18 +0000 (14:07 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 9 Jul 2015 10:33:25 +0000 (12:33 +0200)
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>
source3/smbd/vfs.c

index 7f60b06d03a5339edf20d4648386247399e333d0..0f443eee0b17775774008053d191088b722877f9 100644 (file)
@@ -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);