From 3d76f917266398b6a6f0289bd932fc49e6cad51f Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 18 Sep 2014 12:15:06 +0000 Subject: [PATCH] number format git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1625955 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm_unix.c b/server/mpm_unix.c index 0000cb6672..1a7f9359c7 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; -- 2.40.0