You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/10/07 18:59:44 UTC

svn commit: r1629927 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/main.c

Author: ylavic
Date: Tue Oct  7 16:59:44 2014
New Revision: 1629927

URL: http://svn.apache.org/r1629927
Log:
core: follow up to r1629925: new log tag

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/server/main.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1629927&r1=1629926&r2=1629927&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Tue Oct  7 16:59:44 2014
@@ -1 +1 @@
-2818
+2819

Modified: httpd/httpd/trunk/server/main.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/main.c?rev=1629927&r1=1629926&r2=1629927&view=diff
==============================================================================
--- httpd/httpd/trunk/server/main.c (original)
+++ httpd/httpd/trunk/server/main.c Tue Oct  7 16:59:44 2014
@@ -807,7 +807,7 @@ int main(int argc, const char * const ar
         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);