[jbosscache-commits] JBoss Cache SVN: r4996 - cache-bench-fwk/trunk/src/org/cachebench.
jbosscache-commits at lists.jboss.org
jbosscache-commits at lists.jboss.org
Fri Jan 4 15:25:50 EST 2008
Author: mircea.markus
Date: 2008-01-04 15:25:50 -0500 (Fri, 04 Jan 2008)
New Revision: 4996
Modified:
cache-bench-fwk/trunk/src/org/cachebench/CacheBenchmarkRunner.java
Log:
the Prim was enhanced to log the output of the run script
Modified: cache-bench-fwk/trunk/src/org/cachebench/CacheBenchmarkRunner.java
===================================================================
--- cache-bench-fwk/trunk/src/org/cachebench/CacheBenchmarkRunner.java 2008-01-04 19:23:10 UTC (rev 4995)
+++ cache-bench-fwk/trunk/src/org/cachebench/CacheBenchmarkRunner.java 2008-01-04 20:25:50 UTC (rev 4996)
@@ -75,7 +75,7 @@
{
logger.warn("No Results to be reported");
}
- logger.info("Benchmarking Completed. Hope you enjoyed using this!");
+ logger.info("Benchmarking Completed. Hope you enjoyed using this! \n");
}
catch (Exception e)
{
More information about the jbosscache-commits
mailing list