You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/09/18 14:14:05 UTC

svn commit: r1625953 - /httpd/httpd/trunk/server/mpm_unix.c

Author: jim
Date: Thu Sep 18 12:14:05 2014
New Revision: 1625953

URL: http://svn.apache.org/r1625953
Log:
prepend 0

Modified:
    httpd/httpd/trunk/server/mpm_unix.c

Modified: httpd/httpd/trunk/server/mpm_unix.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm_unix.c?rev=1625953&r1=1625952&r2=1625953&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm_unix.c (original)
+++ httpd/httpd/trunk/server/mpm_unix.c Thu Sep 18 12:14:05 2014
@@ -579,7 +579,7 @@ static apr_status_t podx_signal_internal
 
     rv = apr_file_write(pod->pod_out, &char_of_death, &one);
     if (rv != APR_SUCCESS) {
-        ap_log_error(APLOG_MARK, APLOG_WARNING, rv, ap_server_conf, APLOGNO(2404)
+        ap_log_error(APLOG_MARK, APLOG_WARNING, rv, ap_server_conf, APLOGNO(02404)
                      "write pipe_of_death");
     }
     return rv;