Fix a scary "fill_share_mode_lock failed" message
commit74efc72bca5707ff35df9282c843d62c4cf331c3
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:32:29 +0000 (26 12:32 +0100)
treebce3576ae6b6f33f7a4d4d6532ff957793c78964
parentfe102f53d1ac6f888bd559eaf52b6a166d5f78d3
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.
source/locking/locking.c