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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Sep 10 10:28:57 EDT 2008


Author: mircea.markus
Date: 2008-09-10 10:28:56 -0400 (Wed, 10 Sep 2008)
New Revision: 6705

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

Modified: benchmarks/benchmark-fwk/trunk/src/org/cachebench/cluster/TcpTransport.java
===================================================================
--- benchmarks/benchmark-fwk/trunk/src/org/cachebench/cluster/TcpTransport.java	2008-09-10 09:15:15 UTC (rev 6704)
+++ benchmarks/benchmark-fwk/trunk/src/org/cachebench/cluster/TcpTransport.java	2008-09-10 14:28:56 UTC (rev 6705)
@@ -57,6 +57,7 @@
       {
          bindAddr = InetAddress.getByName(bindAddrStr);
       }
+      log.trace("Bind address is:" + bindAddr + "; startPort is:" + startPort);
       nodes = clusterConfig.getMemberAddresses();
       connectionTable = new ConnectionTable(nodes);
    }




More information about the jbosscache-commits mailing list