Commit a4347603 authored by Eric Covener's avatar Eric Covener
Browse files

assign logno from trunk



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1775197 13f79535-47bb-0310-9956-ffa450edef68
parent e288c705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2660,7 +2660,7 @@ static void perform_idle_server_maintenance(int child_bucket, int num_buckets)
            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;