]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a DEBUG message
authorVolker Lendecke <vl@samba.org>
Fri, 5 Mar 2021 10:36:20 +0000 (11:36 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 9 Mar 2021 22:36:28 +0000 (22:36 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/files.c

index 3254d728ad60b20350ed7078f5268ee305bd6c59..8e01815531d2806a72c91049398a4d025e5df580 100644 (file)
@@ -644,7 +644,7 @@ NTSTATUS synthetic_pathref(TALLOC_CTX *mem_ctx,
        if (!VALID_STAT(smb_fname->st)) {
                ret = vfs_stat(dirfsp->conn, smb_fname);
                if (ret != 0) {
-                       DBG_ERR("stat [%s] failed: %s",
+                       DBG_ERR("stat [%s] failed: %s\n",
                                smb_fname_str_dbg(smb_fname),
                                strerror(errno));
                        TALLOC_FREE(smb_fname);