[jboss-remoting-commits] JBoss Remoting SVN: r5444 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Sep 3 18:53:55 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-09-03 18:53:55 -0400 (Thu, 03 Sep 2009)
New Revision: 5444

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java
Log:
JBREM-1102: Added some logging.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java	2009-09-03 22:38:56 UTC (rev 5443)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java	2009-09-03 22:53:55 UTC (rev 5444)
@@ -52,7 +52,7 @@
    public Marshaller cloneMarshaller() throws CloneNotSupportedException
    {
       cloned++;
-      log.info("cloned ConfigTestMarshaller");
+      log.info("cloned ConfigTestMarshaller: wrote: " + wrote + ", cloned: " + cloned );
 //      log.info("cloned ConfigTestMarshaller", new Exception());
       return new ConfigTestMarshaller();
    }



More information about the jboss-remoting-commits mailing list