summaryrefslogtreecommitdiff
path: root/source4/smbd/process_single.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-09-24 06:52:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:08 -0500
commit3e54089bc1f3c75b1bb7f72f3fa2e458de98295e (patch)
tree2147d46e03bbba322926026c90be5b00d482a344 /source4/smbd/process_single.c
parentf5db8edc97a3dcbbab7a33a41b54fc17902872ea (diff)
downloadsamba-3e54089bc1f3c75b1bb7f72f3fa2e458de98295e.tar.gz
samba-3e54089bc1f3c75b1bb7f72f3fa2e458de98295e.tar.bz2
samba-3e54089bc1f3c75b1bb7f72f3fa2e458de98295e.zip
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)
Diffstat (limited to 'source4/smbd/process_single.c')
-rw-r--r--source4/smbd/process_single.c2
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) {