streamline some log levels for invalid servicenames
commit91829a6edb9a9c15b3be696c1322b62210dd34f0
authorChristian Ambach <christian.ambach@de.ibm.com>
Wed, 2 Dec 2009 19:06:37 +0000 (2 20:06 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 8 Dec 2009 08:15:32 +0000 (8 09:15 +0100)
tree6540c5fd07d89a50879e87f6150f85535b4ecebd
parentc89ab0fbf40ed41034d9014b327ac135ff670a91
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>
(cherry picked from commit 1ae8145c66bcfc79ce5e554a057b410339868b8f)
source3/smbd/service.c
source3/smbd/smb2_tcon.c