[jboss-remoting-commits] JBoss Remoting SVN: r5470 - 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
Mon Sep 14 12:07:09 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-09-14 12:07:08 -0400 (Mon, 14 Sep 2009)
New Revision: 5470

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

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-13 16:28:31 UTC (rev 5469)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java	2009-09-14 16:07:08 UTC (rev 5470)
@@ -47,6 +47,7 @@
       log.info(this + "writing Wrapper");
       super.write(new Wrapper(dataObject), output, version);
       wrote++;
+      log.info("wrote: " + wrote + ", cloned: " + cloned);
    }
    
    public Marshaller cloneMarshaller() throws CloneNotSupportedException



More information about the jboss-remoting-commits mailing list