diff options
Diffstat (limited to 'source4/smbd/process_single.c')
-rw-r--r-- | source4/smbd/process_single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c index f3b69eae28..4c0dcd4e35 100644 --- a/source4/smbd/process_single.c +++ b/source4/smbd/process_single.c @@ -66,7 +66,7 @@ static void single_accept_connection(struct event_context *ev, struct fd_event * /* called when a SMB connection goes down */ static void single_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) { |