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

Ron Sigal ron_sigal at yahoo.com
Thu Feb 22 17:43:26 EST 2007


  User: rsigal  
  Date: 07/02/22 17:43:25

  Modified:    src/main/org/jboss/remoting/transport/bisocket 
                        BisocketServerInvoker.java
  Log:
  JBREM-704:  Removed log.info("got listener: null").
  
  Revision  Changes    Path
  1.6       +1 -3      JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BisocketServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- BisocketServerInvoker.java	18 Jan 2007 21:47:39 -0000	1.5
  +++ BisocketServerInvoker.java	22 Feb 2007 22:43:25 -0000	1.6
  @@ -57,7 +57,7 @@
   /**
    *
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    * <p>
    * Copyright Nov 23, 2006
    * </p>
  @@ -293,7 +293,6 @@
      {
   
         Object o = configuration.get(Remoting.SOCKET_CREATION_SERVER_LISTENER);
  -      log.info("got listener: " + o);
         if (o != null)
         {
            if (o instanceof SocketCreationListener)
  @@ -329,7 +328,6 @@
      {
   
         Object o = configuration.get(Remoting.SOCKET_CREATION_CLIENT_LISTENER);
  -      log.info("got listener: " + o);
         if (o != null)
         {
            if (o instanceof SocketCreationListener)
  
  
  



More information about the jboss-cvs-commits mailing list