Fix a scary "fill_share_mode_lock failed" message
commitcb7c54230a00215c30d9ea5b0cdfb0837d3ee47d
authorVolker Lendecke <vl@samba.org>
Thu, 26 Mar 2009 11:24:50 +0000 (26 12:24 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 27 Mar 2009 13:15:54 +0000 (27 14:15 +0100)
treeb3c7e088cdcc4fbb2cbd2b27a27eeb8d64ad0eb0
parente26d948fa6efd43cd734494744ee4cd5b7833fea
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 74efc72bca5707ff35df9282c843d62c4cf331c3)
source/locking/locking.c