shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere mode
authorMichael Adam <obnox@samba.org>
Thu, 30 May 2013 22:45:16 +0000 (00:45 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 13 Jan 2014 09:15:54 +0000 (10:15 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 935120dbc01890e313e2902b13141d4a13fe96d5)

source3/modules/vfs_shadow_copy2.c

index cdab21e8924adf872f708ff0ca433a596338d8e2..950f2908465cb3c527794b9d30cea792e8947cf7 100644 (file)
@@ -613,7 +613,8 @@ static char *shadow_copy2_convert(TALLOC_CTX *mem_ctx,
 
                ret = SMB_VFS_NEXT_LSTAT(handle, &converted_fname);
 
-               DEBUG(10, ("Trying %s: %d (%s)\n", converted,
+               DEBUG(10, ("Trying[snapdirseverywhere] %s: %d (%s)\n",
+                          converted,
                           ret, ret == 0 ? "ok" : strerror(errno)));
                if (ret == 0) {
                        /* success */