mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
Raise the debug level from 1 to 5 in get_share_mode_lock_internal()
This isn't a fatal condition, there is a valid codepath that can cause this message.
This commit is contained in:
parent
5c219a1c5c
commit
87a62df8e6
@ -355,7 +355,8 @@ static struct share_mode_lock *get_share_mode_lock_internal(
|
||||
}
|
||||
|
||||
if (d == NULL) {
|
||||
DEBUG(1, ("Could not get share mode lock\n"));
|
||||
DEBUG(5, ("get_share_mode_lock_internal: "
|
||||
"Could not get share mode lock\n"));
|
||||
TALLOC_FREE(rec);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user