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/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smbd/service.c') diff --git a/source4/smbd/service.c b/source4/smbd/service.c index 278a763657..8f10c06dff 100644 --- a/source4/smbd/service.c +++ b/source4/smbd/service.c @@ -239,7 +239,7 @@ struct server_connection *server_setup_connection(struct event_context *ev, stru */ void server_terminate_connection(struct server_connection *srv_conn, const char *reason) { - DEBUG(0,("server_terminate_connection\n")); + DEBUG(2,("server_terminate_connection\n")); srv_conn->service->model_ops->terminate_connection(srv_conn, reason); } -- cgit