Fix a scary "fill_share_mode_lock failed" message
commitcaa41170a6d4ec6b02a61a5d93cfac313fff6a00
authorVolker Lendecke <vl@samba.org>
Thu, 26 Mar 2009 11:24:50 +0000 (26 12:24 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 15 Apr 2009 07:07:41 +0000 (15 09:07 +0200)
treed8150d79b709cc3289b4d7e194ab1f93e039259b
parented24e4926d668cf42696827d33c5df955ecb22a7
Fix a scary "fill_share_mode_lock failed" message

To me "fill_share_mode_lock failed" is a "can't happen" alert. There is
however a perfectly valid case in get_file_infos() when the file is not open.

Change the corresponding debug message to level 10 and explain more.
(cherry picked from commit 66ea221009d9d72868a989c33d48177accc9d924)
source3/locking/locking.c