Update of /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv15136
Modified Files:
Prototyper.java
Log Message:
removed some very frequent debug
Index: Prototyper.java
===================================================================
RCS file: /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool/Prototyper.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Prototyper.java 11 Mar 2003 14:51:52 -0000 1.4
--- Prototyper.java 10 Apr 2003 08:22:33 -0000 1.5
***************
*** 70,76 ****
while (!cancel && connectionPool.isConnectionPoolUp()) {
! if (log.isDebugEnabled()) {
! log.debug("Prototyping");
! }
String reason = null;
--- 70,76 ----
while (!cancel && connectionPool.isConnectionPoolUp()) {
! // if (log.isDebugEnabled()) {
! // log.debug("Prototyping");
! // }
String reason = null;
***************
*** 261,264 ****
--- 261,267 ----
Revision history:
$Log$
+ Revision 1.5 2003/04/10 08:22:33 billhorsman
+ removed some very frequent debug
+
Revision 1.4 2003/03/11 14:51:52 billhorsman
more concurrency fixes relating to snapshots
|