From: Volker Lendecke Date: Tue, 9 Jul 2019 18:04:03 +0000 (+0200) Subject: smbd: Increase a debug level X-Git-Tag: talloc-2.3.0~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79e3b1c71f59591c54e87299984e50d2ffb00b6b;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. Signed-off-by: Volker Lendecke Reviewed-by: Uri Simchoni --- diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index 430d14fab4a..3c1e9a8a2cb 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; }