You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2016/12/20 01:33:53 UTC

svn commit: r1775197 - /httpd/httpd/branches/2.4.x/server/mpm/event/event.c

Author: covener
Date: Tue Dec 20 01:33:53 2016
New Revision: 1775197

URL: http://svn.apache.org/viewvc?rev=1775197&view=rev
Log:
assign logno from trunk


Modified:
    httpd/httpd/branches/2.4.x/server/mpm/event/event.c

Modified: httpd/httpd/branches/2.4.x/server/mpm/event/event.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/mpm/event/event.c?rev=1775197&r1=1775196&r2=1775197&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/server/mpm/event/event.c (original)
+++ httpd/httpd/branches/2.4.x/server/mpm/event/event.c Tue Dec 20 01:33:53 2016
@@ -2660,7 +2660,7 @@ static void perform_idle_server_maintena
             retained->idle_spawn_rate[child_bucket] = 1;
         }
         else if (free_length == 0) { /* scoreboard is full, can't fork */
-            ap_log_error(APLOG_MARK, APLOG_ERR, 0, ap_server_conf, APLOGNO()
+            ap_log_error(APLOG_MARK, APLOG_ERR, 0, ap_server_conf, APLOGNO(03490)
                          "scoreboard is full, not at MaxRequestWorkers."
                          "Increase ServerLimit.");
             retained->idle_spawn_rate[child_bucket] = 1;