From 1d1f7d894490b2295d4dec1ef5ed940796351400 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Tue, 7 Oct 2014 16:59:44 +0000 Subject: [PATCH] core: follow up to r1629925: new log tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629927 13f79535-47bb-0310-9956-ffa450edef68 --- docs/log-message-tags/next-number | 2 +- server/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index c1fe14e029..eebd44e48e 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2818 +2819 diff --git a/server/main.c b/server/main.c index 6d4787fadd..bbc2b12025 100644 --- a/server/main.c +++ b/server/main.c @@ -807,7 +807,7 @@ int main(int argc, const char * const argv[]) rc = OK; } else if (rc != OK) { - ap_log_error(APLOG_MARK, APLOG_EMERG, 0, NULL, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_EMERG, 0, NULL, APLOGNO(02818) "MPM run failed, exiting"); } destroy_and_exit_process(process, rc); -- 2.40.0