[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/socket ...

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Mon Jan 22 22:03:38 EST 2007


  User: ovidiu  
  Date: 07/01/22 22:03:38

  Modified:    src/main/org/jboss/remoting/transport/socket  Tag:
                        remoting_2_x MicroSocketClientInvoker.java
  Log:
  minor logging change
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.16.2.10 +2 -2      JBossRemoting/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MicroSocketClientInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java,v
  retrieving revision 1.16.2.9
  retrieving revision 1.16.2.10
  diff -u -b -r1.16.2.9 -r1.16.2.10
  --- MicroSocketClientInvoker.java	23 Jan 2007 00:57:36 -0000	1.16.2.9
  +++ MicroSocketClientInvoker.java	23 Jan 2007 03:03:38 -0000	1.16.2.10
  @@ -32,7 +32,7 @@
    *
    * @author <a href="mailto:jhaynie at vocalocity.net">Jeff Haynie</a>
    * @author <a href="mailto:telrod at e2technologies.net">Tom Elrod</a>
  - * @version $Revision: 1.16.2.9 $
  + * @version $Revision: 1.16.2.10 $
    */
   public class MicroSocketClientInvoker extends RemoteClientInvoker
   {
  @@ -357,7 +357,7 @@
                  Object val = metadata.get(org.jboss.remoting.Client.ONEWAY_FLAG);
                  if(val != null && val instanceof String && Boolean.valueOf((String)val).booleanValue())
                  {
  -                  if(trace) { log.trace(this + " sent oneway invocation, so not waiting for response, returning null"); }
  +                  if(trace) { log.trace(this + " sent oneway invocation, so not waiting for response, returning socket to the pool"); }
                     oneway = true;
                  }
               }
  
  
  



More information about the jboss-cvs-commits mailing list