[jbosscache-commits] JBoss Cache SVN: r6342 - benchmarks/benchmark-fwk/trunk/src/org/cachebench/cluster.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Jul 18 14:02:19 EDT 2008


Author: mircea.markus
Date: 2008-07-18 14:02:19 -0400 (Fri, 18 Jul 2008)
New Revision: 6342

Modified:
   benchmarks/benchmark-fwk/trunk/src/org/cachebench/cluster/TcpTransport.java
Log:
enhanced logging

Modified: benchmarks/benchmark-fwk/trunk/src/org/cachebench/cluster/TcpTransport.java
===================================================================
--- benchmarks/benchmark-fwk/trunk/src/org/cachebench/cluster/TcpTransport.java	2008-07-18 17:53:49 UTC (rev 6341)
+++ benchmarks/benchmark-fwk/trunk/src/org/cachebench/cluster/TcpTransport.java	2008-07-18 18:02:19 UTC (rev 6342)
@@ -300,7 +300,7 @@
          }
          catch (Exception ex)
          {
-            log.warn("problems closing the connection", ex);
+//            log.warn("problems closing the connection", ex);
          }
       }
 




More information about the jbosscache-commits mailing list