1
0
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:
Jeremy Allison 2012-05-18 19:24:51 -07:00
parent 5c219a1c5c
commit 87a62df8e6

View File

@ -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;
}