marcsaeg 2003/07/01 14:02:57 Modified: src/share/org/apache/tomcat/util Tag: tomcat_32 ThreadPool.java Log: Removed an error message that wasn't actually about an error condition. This avoids filling log files with useless messages. Revision Changes Path No revision No revision 1.9.2.4 +4 -4 jakarta-tomcat/src/share/org/apache/tomcat/util/Attic/ThreadPool.java Index: ThreadPool.java =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/util/Attic/ThreadPool.java,v retrieving revision 1.9.2.3 retrieving revision 1.9.2.4 diff -u -r1.9.2.3 -r1.9.2.4 --- ThreadPool.java 25 Aug 2001 01:01:41 -0000 1.9.2.3 +++ ThreadPool.java 1 Jul 2003 21:02:57 -0000 1.9.2.4 @@ -206,7 +206,7 @@ openThreads(toOpen); } else { // XXX There really should be a way to log which pool is exhuasted - loghelper.log("Pool exhausted with " + currentThreadCount + " threads."); +// loghelper.log("Pool exhausted with " + currentThreadCount + " threads."); // Wait for a thread to become idel. while(currentThreadsBusy == currentThreadCount) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]