From cfcffc59ef05008602de622e8140bce286fed31a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 9 Jul 2019 20:04:03 +0200 Subject: [PATCH] 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) --- source3/locking/share_mode_lock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1