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