r18805: make error message match function name
authorAndrew Tridgell <tridge@samba.org>
Fri, 22 Sep 2006 03:49:24 +0000 (03:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:19:12 +0000 (14:19 -0500)
(This used to be commit e46d8ed53f8eb4ba596ab6fc1924eb7f1829a3df)

source4/smbd/process_single.c

index 86f6a38cd10d6e4641ac4adb65fe645d753e2152..b8708f9ebee2c03c19eb2c0ee49c66e5b0056292 100644 (file)
@@ -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