diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/locking/share_mode_lock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index f28332c226..493bc15bea 100644 --- a/source3/locking/share_mode_lock.c +++ b/source3/locking/share_mode_lock.c @@ -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; } |