Author: rjung
Date: Sat Oct 25 04:25:05 2008
New Revision: 707838

URL: http://svn.apache.org/viewvc?rev=707838&view=rev
Log:
Log message was meant to be at ERROR level
in commit r707645.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c?rev=707838&r1=707837&r2=707838&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Sat Oct 25 04:25:05 
2008
@@ -1424,7 +1424,7 @@
         /* rc and http error must be set above */
     }
     if (rc == JK_FALSE) {
-        jk_log(l, JK_LOG_INFO,
+        jk_log(l, JK_LOG_ERROR,
                "All tomcat instances failed, no more workers left");
     }
     if (prec && s->add_log_items) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to