From: Jim Jagielski Date: Thu, 18 Feb 2016 19:24:04 +0000 (+0000) Subject: catch by jchampion X-Git-Tag: 2.5.0-alpha~2043 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb6e6b26c928829c567c4111ea1b0e713075506;p=thirdparty%2Fapache%2Fhttpd.git catch by jchampion git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731121 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/motorz/motorz.c b/server/mpm/motorz/motorz.c index 2edbac9b7d1..8522e1b15d0 100644 --- a/server/mpm/motorz/motorz.c +++ b/server/mpm/motorz/motorz.c @@ -1743,7 +1743,7 @@ static int motorz_check_config(apr_pool_t *p, apr_pool_t *plog, thread_limit, thread_limit); } else { ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s, APLOGNO() - "ThreadsPerChild of %d exceeds compile-time limit " + "ThreadsPerChild of %d exceeds run-time limit " "of %d, decreasing to match", threads_per_child, thread_limit); }