Commit 9ab040ff authored by Eric Covener's avatar Eric Covener
Browse files

assign a logno


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775196 13f79535-47bb-0310-9956-ffa450edef68
parent 8dbfeb25
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
3490
3491
+1 −1
Original line number Original line Diff line number Diff line
@@ -3063,7 +3063,7 @@ static void perform_idle_server_maintenance(int child_bucket, int num_buckets)
            retained->idle_spawn_rate[child_bucket] = 1;
            retained->idle_spawn_rate[child_bucket] = 1;
        }
        }
        else if (free_length == 0) { /* scoreboard is full, can't fork */
        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."
                         "scoreboard is full, not at MaxRequestWorkers."
                         "Increase ServerLimit.");
                         "Increase ServerLimit.");
            retained->idle_spawn_rate[child_bucket] = 1;
            retained->idle_spawn_rate[child_bucket] = 1;