smbd: Increase a debug level
authorVolker Lendecke <vl@samba.org>
Tue, 9 Jul 2019 18:04:03 +0000 (20:04 +0200)
committerUri Simchoni <uri@samba.org>
Wed, 17 Jul 2019 11:27:20 +0000 (11:27 +0000)
This is not a real error, it happens when the share mode record is not
around.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
source3/locking/share_mode_lock.c

index 430d14fab4a1b89c22803d4ce56a688d9c1fd548..3c1e9a8a2cb14788643e71b38e398cd0cc74dccf 100644 (file)
@@ -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;
                }