You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by hb...@apache.org on 2001/04/23 03:14:34 UTC

cvs commit: jakarta-james/src/org/apache/james/pop3server POP3Server.java

hbedi       01/04/22 18:14:34

  Modified:    src/org/apache/james/pop3server POP3Server.java
  Log:
  There could be more than one instance of a protocol server in
  James. Changed the startup message to show connection information.
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-james/src/org/apache/james/pop3server/POP3Server.java
  
  Index: POP3Server.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/org/apache/james/pop3server/POP3Server.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- POP3Server.java	2001/04/21 05:43:42	1.20
  +++ POP3Server.java	2001/04/23 01:14:34	1.21
  @@ -57,7 +57,7 @@
           getLogger().info( "POP3Listener using " + m_serverSocketType + " on port " + m_port );
           super.init();
           getLogger().info( "POP3Server ...init end" );
  -        System.out.println("Started POP3 Server");
  +        System.out.println("Started POP3 Server "+m_connectionName);
       }
   }
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org