streamline some log levels for invalid servicenames
commit1ae8145c66bcfc79ce5e554a057b410339868b8f
authorChristian Ambach <christian.ambach@de.ibm.com>
Wed, 2 Dec 2009 19:06:37 +0000 (2 20:06 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 6 Dec 2009 21:30:46 +0000 (6 22:30 +0100)
tree3c047c3c5e9dfc3f51c93a89ff18266e9b3739ac
parentd8a40f1227132d49051ddbc2bb9727ee3956d86c
streamline some log levels for invalid servicenames

I don't think we need to log the fact that a user gave a wrong sharename in Explorer with the highest log level.
The level of this was not very consistent:
service.c: DEBUG(3,("find_service() failed to find service %s\n", service));
service.c: DEBUG(0,("%s (%s) couldn't find service %s\n",
smb2_tcon.c: DEBUG(1,("smbd_smb2_tree_connect: couldn't find service %s\n",

This changes the last two to 3 as the first one.

Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
source3/smbd/service.c
source3/smbd/smb2_tcon.c