noel        2003/02/01 17:09:24

  Modified:    src/java/org/apache/james/nntpserver NNTPHandler.java
  Log:
  changed log level of connection close message
  
  Revision  Changes    Path
  1.33      +1 -1      
jakarta-james/src/java/org/apache/james/nntpserver/NNTPHandler.java
  
  Index: NNTPHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-james/src/java/org/apache/james/nntpserver/NNTPHandler.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- NNTPHandler.java  27 Jan 2003 03:35:40 -0000      1.32
  +++ NNTPHandler.java  2 Feb 2003 01:09:24 -0000       1.33
  @@ -351,7 +351,7 @@
               }
               theWatchdog.stop();
   
  -            getLogger().info("Connection closed");
  +            getLogger().debug("Connection closed");
           } catch (Exception e) {
               // if the connection has been idled out, the
               // socket will be closed and null.  Do NOT
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to