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:32 UTC

cvs commit: jakarta-james/src/org/apache/james/nntpserver NNTPServer.java

hbedi       01/04/22 18:14:32

  Modified:    src/org/apache/james/nntpserver NNTPServer.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.4       +1 -1      jakarta-james/src/org/apache/james/nntpserver/NNTPServer.java
  
  Index: NNTPServer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/org/apache/james/nntpserver/NNTPServer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NNTPServer.java	2001/04/21 05:43:35	1.3
  +++ NNTPServer.java	2001/04/23 01:14:31	1.4
  @@ -54,6 +54,6 @@
       public void init() throws Exception {
           //System.out.println(getClass().getName()+": init");
           super.init();
  -        System.out.println("Started NNTP Server");
  +        System.out.println("Started NNTP Server "+m_connectionName);
       }
   }
  
  
  

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