diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c index 4c0832a8a0..a7464f0722 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -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()) ); |