fileserver: raise the debug level for share connection from non IPC to 2
authorMatthieu Patou <mat@matws.net>
Sat, 26 Jan 2013 22:42:57 +0000 (14:42 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 19 Apr 2013 19:27:56 +0000 (12:27 -0700)
So that logs of make test are not spamed, the code dates from 1999 maybe
at that moment we wanted to have some warning I think nodays it's pretty
stable.

Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/service.c

index 4c0832a8a0d93279a65b8172a3bc986d53998fee..a7464f0722c5011c44ccb3c845a6e7ad54cf6da9 100644 (file)
@@ -845,7 +845,7 @@ static NTSTATUS make_connection_snum(struct smbd_server_connection *sconn,
         * (at least initially).
         */
 
-       if( DEBUGLVL( IS_IPC(conn) ? 3 : 1 ) ) {
+       if( DEBUGLVL( IS_IPC(conn) ? 3 : 2 ) ) {
                dbgtext( "%s (%s) ", get_remote_machine_name(),
                         tsocket_address_string(conn->sconn->remote_address,
                                                talloc_tos()) );