diff options
author | Jim Jagielski <jim@apache.org> | 2014-09-18 14:14:05 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2014-09-18 14:14:05 +0200 |
commit | c8aadf865939dbe180f0f0343facdf9effa2fb9a (patch) | |
tree | c306505f4935cf8bd79c325fa2949cab198dae52 /server/mpm_unix.c | |
parent | oops... prepend 0 (diff) | |
download | apache2-c8aadf865939dbe180f0f0343facdf9effa2fb9a.tar.xz apache2-c8aadf865939dbe180f0f0343facdf9effa2fb9a.zip |
prepend 0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1625953 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm_unix.c')
-rw-r--r-- | server/mpm_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm_unix.c b/server/mpm_unix.c index 97e3e65dff..1ea08e66d1 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; |