]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
catch by jchampion
authorJim Jagielski <jim@apache.org>
Thu, 18 Feb 2016 19:24:04 +0000 (19:24 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 18 Feb 2016 19:24:04 +0000 (19:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731121 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/motorz/motorz.c

index 2edbac9b7d1c8a8c0ed3d328b1a5f6b8dec68fa7..8522e1b15d00ac2b83e911937810d6fe8bab58bd 100644 (file)
@@ -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);
         }