Fix a scary "fill_share_mode_lock failed" message
commit66ea221009d9d72868a989c33d48177accc9d924
authorVolker Lendecke <vl@samba.org>
Thu, 26 Mar 2009 11:24:50 +0000 (26 12:24 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 26 Mar 2009 11:31:35 +0000 (26 12:31 +0100)
tree7a618a9cfa4cebcd6ef2a677e0bd7d3b0f0268b5
parent97c30f557aab49f199df07f2a48ba94ad9cc81c5
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.
source3/locking/locking.c