]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: smbd: Fix log spam. Change a normal error message from DBG_ERR (level 0) to DBG_I...
authorJeremy Allison <jra@samba.org>
Wed, 8 Feb 2023 01:51:10 +0000 (17:51 -0800)
committerRalph Boehme <slow@samba.org>
Sat, 11 Feb 2023 08:48:05 +0000 (08:48 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15302

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Sat Feb 11 08:48:05 UTC 2023 on atb-devel-224

source3/smbd/open.c

index 3ad6b205116d4c88ca4a33a8259e64912160830b..da0498f9e7dccea9589388529823dce1ba54a828 100644 (file)
@@ -3550,7 +3550,7 @@ NTSTATUS smbd_calculate_access_mask_fsp(struct files_struct *dirfsp,
        rejected_share_access = access_mask & ~(fsp->conn->share_access);
 
        if (rejected_share_access) {
-               DBG_ERR("Access denied on file %s: "
+               DBG_INFO("Access denied on file %s: "
                        "rejected by share access mask[0x%08X] "
                        "orig[0x%08X] mapped[0x%08X] reject[0x%08X]\n",
                        fsp_str_dbg(fsp),