[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/invoker ...

Ron Sigal ron_sigal at yahoo.com
Thu Nov 9 21:13:30 EST 2006


  User: rsigal  
  Date: 06/11/09 21:13:29

  Modified:    src/tests/org/jboss/test/remoting/transport/multiplex/invoker 
                        MultiplexInvokerTestCase.java
  Log:
  JBREM-633:  Changed log level to DEBUG.
  
  Revision  Changes    Path
  1.6       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/invoker/MultiplexInvokerTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultiplexInvokerTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/invoker/MultiplexInvokerTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- MultiplexInvokerTestCase.java	30 Dec 2005 05:26:48 -0000	1.5
  +++ MultiplexInvokerTestCase.java	10 Nov 2006 02:13:29 -0000	1.6
  @@ -51,7 +51,7 @@
   
      protected Level getTestLogLevel()
      {
  -      return Level.INFO;
  +      return Level.DEBUG;
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list