Author: tridge
Date: 2006-09-22 03:49:24 +0000 (Fri, 22 Sep 2006)
New Revision: 18805

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18805

Log:

make error message match function name

Modified:
   branches/SAMBA_4_0/source/smbd/process_single.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/process_single.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_single.c     2006-09-22 03:41:11 UTC 
(rev 18804)
+++ branches/SAMBA_4_0/source/smbd/process_single.c     2006-09-22 03:49:24 UTC 
(rev 18805)
@@ -54,7 +54,7 @@
        /* 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

Reply via email to