summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-07-09 20:04:03 +0200
committerUri Simchoni <uri@samba.org>2019-07-17 11:27:20 +0000
commit79e3b1c71f59591c54e87299984e50d2ffb00b6b (patch)
tree4c99d0f9508f6a8eedf2ae221d2a88f4a14f92aa /source3/locking
parentee2fe56ba0ef6626b634376e8dc2185aa89f8c99 (diff)
downloadsamba-79e3b1c71f59591c54e87299984e50d2ffb00b6b.tar.gz
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 <vl@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/share_mode_lock.c4
1 files changed, 2 insertions, 2 deletions
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;
}