From 3e54089bc1f3c75b1bb7f72f3fa2e458de98295e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 24 Sep 2004 06:52:19 +0000 Subject: r2588: connect/disconnect is common enough that I don't think a level 0 DEBUG is warranted to warn that it has happened :) (This used to be commit ee51eefe17576496dfd091ed7e7783caff574090) --- source4/smbd/process_standard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smbd/process_standard.c') diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index 9dfda41db3..22e47d1b1f 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -89,7 +89,7 @@ static void standard_accept_connection(struct event_context *ev, struct fd_event /* called when a SMB connection goes down */ static void standard_terminate_connection(struct server_connection *conn, const char *reason) { - DEBUG(0,("single_terminate_connection: reason[%s]\n",reason)); + DEBUG(2,("single_terminate_connection: reason[%s]\n",reason)); if (conn) { if (conn->service) { -- cgit