summaryrefslogtreecommitdiff
path: root/source4/smbd/process_single.c
diff options
context:
space:
mode:
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 86f6a38cd1..b8708f9ebe 100644
--- a/source4/smbd/process_single.c
+++ b/source4/smbd/process_single.c
@@ -54,7 +54,7 @@ static void single_accept_connection(struct event_context *ev,
/* accept an incoming connection. */
status = socket_accept(sock, &sock2);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0,("accept_connection_single: accept: %s\n", nt_errstr(status)));
+ DEBUG(0,("single_accept_connection: accept: %s\n", nt_errstr(status)));
/* this looks strange, but is correct. We need to
throttle things until the system clears enough
resources to handle this new socket. If we don't