From: Jim Jagielski Date: Thu, 18 Sep 2014 12:14:05 +0000 (+0000) Subject: prepend 0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0152a05925232ae685e5a85fd6a05e91d22e7d5d;p=thirdparty%2Fapache%2Fhttpd.git prepend 0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1625953 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_unix.c b/server/mpm_unix.c index 97e3e65dff6..1ea08e66d12 100644 --- a/server/mpm_unix.c +++ b/server/mpm_unix.c @@ -579,7 +579,7 @@ static apr_status_t podx_signal_internal(ap_pod_t *pod, 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;