remm        02/05/28 19:17:40

  Modified:    jk/java/org/apache/jk/common ChannelUn.java
  Log:
  - Remove errors and stack traces (users file bugs otherwise).
  - IMO, the default configuration should not produce any stack trace.
  
  Revision  Changes    Path
  1.20      +3 -2      
jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelUn.java
  
  Index: ChannelUn.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelUn.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- ChannelUn.java    28 May 2002 22:50:04 -0000      1.19
  +++ ChannelUn.java    29 May 2002 02:17:40 -0000      1.20
  @@ -103,8 +103,9 @@
       
       public void init() throws IOException {
           if( file==null ) {
  -            log.error("No file, disabling unix channel");
  -            throw new IOException( "No file for the unix socket channel");
  +            log.info("No file, disabling unix channel");
  +            return;
  +            //throw new IOException( "No file for the unix socket channel");
           }
           if( wEnv.getLocalId() != 0 ) {
               file=file+ wEnv.getLocalId();
  
  
  

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

Reply via email to