Author: ron.sigal(a)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
Show replies by date