The branch, master has been updated via f0ca9546102 s3: smbd: In synthetic_pathref() change DBG_ERR -> DBG_NOTICE to avoid spamming the logs. from 434f461e9e5 CVE-2022-42898 third_party/heimdal: PAC parse integer overflows
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit f0ca9546102acf09f1834c03f8907ed26bfc80f8 Author: Jeremy Allison <j...@samba.org> Date: Tue Nov 15 13:29:46 2022 -0800 s3: smbd: In synthetic_pathref() change DBG_ERR -> DBG_NOTICE to avoid spamming the logs. Can easily be seen by doing make test TESTS=fruit and looking in st/nt4_dc/smbd_test.log. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15210 Signed-off-by: Jeremy Allison <j...@samba.org> Reviewed-by: Ralph Boehme <s...@samba.org> Autobuild-User(master): Ralph Böhme <s...@samba.org> Autobuild-Date(master): Wed Nov 16 06:00:56 UTC 2022 on sn-devel-184 ----------------------------------------------------------------------- Summary of changes: source3/smbd/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Changeset truncated at 500 lines: diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 64297f18773..40d71d8851b 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -1201,7 +1201,7 @@ NTSTATUS synthetic_pathref(TALLOC_CTX *mem_ctx, status = openat_pathref_fsp(dirfsp, smb_fname); if (!NT_STATUS_IS_OK(status)) { - DBG_ERR("opening [%s] failed\n", + DBG_NOTICE("opening [%s] failed\n", smb_fname_str_dbg(smb_fname)); TALLOC_FREE(smb_fname); return status; -- Samba Shared Repository