Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 73261 invoked from network); 6 Feb 2004 08:38:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Feb 2004 08:38:16 -0000 Received: (qmail 58052 invoked by uid 500); 6 Feb 2004 08:37:37 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 57968 invoked by uid 500); 6 Feb 2004 08:37:36 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 57907 invoked by uid 500); 6 Feb 2004 08:37:36 -0000 Received: (qmail 57881 invoked from network); 6 Feb 2004 08:37:36 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 6 Feb 2004 08:37:36 -0000 Received: (qmail 72954 invoked by uid 1198); 6 Feb 2004 08:37:59 -0000 Date: 6 Feb 2004 08:37:59 -0000 Message-ID: <20040206083759.72953.qmail@minotaur.apache.org> From: hgomez@apache.org To: jakarta-tomcat-connectors-cvs@apache.org Subject: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_lb_worker.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hgomez 2004/02/06 00:37:59 Modified: jk/native/common jk_lb_worker.c Log: Comment end of LB service Revision Changes Path 1.15 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c Index: jk_lb_worker.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- jk_lb_worker.c 5 Nov 2003 09:15:39 -0000 1.14 +++ jk_lb_worker.c 6 Feb 2004 08:37:59 -0000 1.15 @@ -372,7 +372,7 @@ * another worker... Lets try to do that. */ jk_log(l, JK_LOG_DEBUG, - "In jk_endpoint_t::service, recoverable error... will try to recover on other host\n"); + "lb: recoverable error... will try to recover on other host\n"); } else { /* NULL record, no more workers left ... */ jk_log(l, JK_LOG_ERROR, @@ -384,7 +384,7 @@ } jk_log(l, JK_LOG_ERROR, - "In jk_endpoint_t::service: NULL Parameters\n"); + "lb: end of service with error\n"); return JK_FALSE; } --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org