costin      01/08/31 20:20:55

  Modified:    src/facade22/org/apache/tomcat/facade HttpSessionFacade.java
  Log:
  Ops, debug should be 0, not 10.
  
  Thanks Larry.
  
  Revision  Changes    Path
  1.12      +1 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpSessionFacade.java
  
  Index: HttpSessionFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/HttpSessionFacade.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HttpSessionFacade.java    2001/09/01 01:59:30     1.11
  +++ HttpSessionFacade.java    2001/09/01 03:20:55     1.12
  @@ -291,7 +291,7 @@
        }
       }
   
  -    private static final int dL=10;
  +    private static final int dL=0;
       private void d(String s ) {
        System.err.println( "HttpSessionFacade: " + s );
       }
  
  
  

Reply via email to