]> granicus.if.org Git - apache/commitdiff
core: follow up to r1629925: new log tag
authorYann Ylavic <ylavic@apache.org>
Tue, 7 Oct 2014 16:59:44 +0000 (16:59 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 7 Oct 2014 16:59:44 +0000 (16:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629927 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
server/main.c

index c1fe14e0295ce6a4cc5ce58181b9b32ebb986b10..eebd44e48e8dddcd17825505bb3492865e58f482 100644 (file)
@@ -1 +1 @@
-2818
+2819
index 6d4787faddb25d1c3ce3f158a1f175229cbf280c..bbc2b120256333132022cee278b525b05e709c3e 100644 (file)
@@ -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);