From: Volker Lendecke Date: Fri, 5 Mar 2021 10:36:20 +0000 (+0100) Subject: smbd: Fix a DEBUG message X-Git-Tag: tevent-0.11.0~1613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f815ad9bb807be3baa8265362be5ef8f4a56a25e;p=thirdparty%2Fsamba.git smbd: Fix a DEBUG message Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 3254d728ad6..8e01815531d 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -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);