From: Volker Lendecke Date: Tue, 9 Jul 2019 18:04:03 +0000 (+0200) Subject: smbd: Increase a debug level X-Git-Tag: samba-4.11.4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f39dbda151f6a2768b6e5eff59f931f303721f;p=thirdparty%2Fsamba.git smbd: Increase a debug level This is not a real error, it happens when the share mode record is not around. Bug: https://bugzilla.samba.org/show_bug.cgi?id=14211 Signed-off-by: Volker Lendecke Reviewed-by: Uri Simchoni (cherry picked from commit 4b05fe7ca73dae30807680f0e0401340bfb2c738) Autobuild-User(v4-11-test): Karolin Seeger Autobuild-Date(v4-11-test): Wed Dec 4 10:15:19 UTC 2019 on sn-devel-184 --- diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index 372e188c1c0..c70041ecf62 100644 --- a/source3/locking/share_mode_lock.c +++ b/source3/locking/share_mode_lock.c @@ -593,8 +593,8 @@ struct share_mode_lock *get_share_mode_lock( smb_fname, old_write_time); if (!NT_STATUS_IS_OK(status)) { - DBG_WARNING("get_static_share_mode_data failed: %s\n", - nt_errstr(status)); + DBG_DEBUG("get_static_share_mode_data failed: %s\n", + nt_errstr(status)); TALLOC_FREE(static_share_mode_record); goto fail; }