summaryrefslogtreecommitdiff
path: root/server/mpm_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/mpm_unix.c')
-rw-r--r--server/mpm_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm_unix.c b/server/mpm_unix.c
index 0000cb66..1a7f9359 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;