summaryrefslogtreecommitdiff
path: root/source4/smbd/process_single.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-04 07:37:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:28 -0500
commit252e010abf5e83a5223ab8c55ee00857581a91ba (patch)
tree427441634d1e34a86353825965240f5eeaa00d07 /source4/smbd/process_single.c
parent00a1262f8932a2554a75756e34523fe83a56eb50 (diff)
downloadsamba-252e010abf5e83a5223ab8c55ee00857581a91ba.tar.gz
samba-252e010abf5e83a5223ab8c55ee00857581a91ba.tar.bz2
samba-252e010abf5e83a5223ab8c55ee00857581a91ba.zip
r3523: removed a useless level 0 DEBUG()
(This used to be commit b36967466fea6a67cc35ceaedaf82050705b1a88)
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 66074d166d..02d025b29c 100644
--- a/source4/smbd/process_single.c
+++ b/source4/smbd/process_single.c
@@ -56,7 +56,7 @@ static void single_accept_connection(struct event_context *ev, struct fd_event *
conn = server_setup_connection(ev, server_socket, sock, t, socket_get_fd(sock));
if (!conn) {
- DEBUG(0,("server_setup_connection failed\n"));
+ DEBUG(10,("server_setup_connection failed\n"));
return;
}