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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue May 19 17:17:51 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-19 17:17:51 -0400 (Tue, 19 May 2009)
New Revision: 5286

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

Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java	2009-05-19 21:13:05 UTC (rev 5285)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java	2009-05-19 21:17:51 UTC (rev 5286)
@@ -67,6 +67,7 @@
    {
       cloned = 0;
       wrote = false;
+      log.info("reset: wrote: " + wrote + ", cloned: " + cloned);
    }
 }
 




More information about the jboss-remoting-commits mailing list