summaryrefslogtreecommitdiff
path: root/source4/smbd/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd/service.c')
-rw-r--r--source4/smbd/service.c2
1 files changed, 1 insertions, 1 deletions
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);
}