]> granicus.if.org Git - apache/commitdiff
be a little more specific in a thread-create error message
authorJeff Trawick <trawick@apache.org>
Tue, 19 Mar 2002 22:09:26 +0000 (22:09 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 19 Mar 2002 22:09:26 +0000 (22:09 +0000)
it is helpful to distinguish between a failure creating the
first thread (listener) vs. a failure creating one of n
worker threads

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94025 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index b2a60ac08d9001b4177490ce9d3891ec50484cbb..14ff6f5de189a285d67c95404f164e8b8f72dc28 100644 (file)
@@ -823,7 +823,7 @@ static void * APR_THREAD_FUNC start_threads(apr_thread_t *thd, void *dummy)
                            my_info, pchild);
     if (rv != APR_SUCCESS) {
         ap_log_error(APLOG_MARK, APLOG_ALERT, rv, ap_server_conf,
-                     "apr_thread_create: unable to create worker thread");
+                     "apr_thread_create: unable to create listener thread");
         /* In case system resources are maxxed out, we don't want
          * Apache running away with the CPU trying to fork over and
          * over and over again if we exit.