]> granicus.if.org Git - apache/commitdiff
Minor error log typo
authorJim Jagielski <jim@apache.org>
Wed, 21 Aug 2002 13:32:16 +0000 (13:32 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 21 Aug 2002 13:32:16 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96463 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 72d5ce7aaf48c23b56fb8d1919f684d75f72ff5c..84272b4fcf1cae63e595fe3901501c2d70a392a5 100644 (file)
@@ -2001,7 +2001,7 @@ static const char *set_max_clients (cmd_parms *cmd, void *dummy,
                     "WARNING: MaxClients (%d) must be at least as large",
                     max_clients);
        ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, 
-                    " large as ThreadsPerChild (%d). Automatically",
+                    " as ThreadsPerChild (%d). Automatically",
                     ap_threads_per_child);
        ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, 
                     " increasing MaxClients to %d.",