Fix a scary "fill_share_mode_lock failed" message
authorVolker Lendecke <vl@samba.org>
Thu, 26 Mar 2009 11:24:50 +0000 (12:24 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 26 Mar 2009 11:30:44 +0000 (12:30 +0100)
commitc164c0c20ac0420878a9f7aba6503d3deb8e53d5
tree51f53a1b30b782f8d08b917caec47f547b7a2359
parent7eb7f423d048e869a19d560ab0d1ba3b51b62fa9
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