Author: mturk
Date: Sun Oct 19 03:59:18 2008
New Revision: 705976

URL: http://svn.apache.org/viewvc?rev=705976&view=rev
Log:
Log attempt and retry with [ERROR]

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=705976&r1=705975&r2=705976&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Sun Oct 19 03:59:18 
2008
@@ -1400,14 +1400,18 @@
                      * Somebody set them all to disabled?
                      */
                     jk_log(l, JK_LOG_ERROR,
-                           "All tomcat instances failed, no more workers left 
for recovery");
+                           "All tomcat instances failed, no more workers "
+                           "left for recovery (attempt=%d, retry=%d)",
+                           attempt, retry);
                     *is_error = JK_HTTP_SERVER_BUSY;
                     rc = JK_FALSE;
                 }
             }
             else {
                 jk_log(l, JK_LOG_ERROR,
-                       "All tomcat instances failed, no more workers left");
+                       "All tomcat instances failed, no more workers "
+                       "left (attempt=%d, retry=%d)",
+                       attempt, retry);
                 *is_error = JK_HTTP_SERVER_BUSY;
                 rc = JK_FALSE;
             }



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

Reply via email to