Fix a scary "fill_share_mode_lock failed" message
commit1fc6fb588ac74c704bbdf98199fea74e08962da4
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 12:06:56 +0000 (27 13:06 +0100)
tree481f33f7b64e9a7e06516b6197832c4441d5e505
parenta596eb3115464725ac2e8c897554d9b5c6a707f3
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 f73d4cf1fcfd8f9e2543a222faed133472fd890c)
source/locking/locking.c