]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Increase a debug level
authorVolker Lendecke <vl@samba.org>
Tue, 9 Jul 2019 18:04:03 +0000 (20:04 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 4 Dec 2019 10:15:19 +0000 (10:15 +0000)
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 <vl@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
(cherry picked from commit 4b05fe7ca73dae30807680f0e0401340bfb2c738)

Autobuild-User(v4-11-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-11-test): Wed Dec  4 10:15:19 UTC 2019 on sn-devel-184

source3/locking/share_mode_lock.c

index 372e188c1c0c53244f2de865d1f54153c8160ad4..c70041ecf6211a7eb45f75eb04b0bf560e5daabb 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;
                }