You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/06/19 15:48:33 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

vgritsenko    2002/06/19 06:48:33

  Modified:    src/java/org/apache/cocoon Tag: cocoon_2_0_3_branch
                        Cocoon.java
  Log:
  remove extra check
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.22.2.2  +3 -7      xml-cocoon2/src/java/org/apache/cocoon/Cocoon.java
  
  Index: Cocoon.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Cocoon.java,v
  retrieving revision 1.22.2.1
  retrieving revision 1.22.2.2
  diff -u -r1.22.2.1 -r1.22.2.2
  --- Cocoon.java	7 Jun 2002 09:34:22 -0000	1.22.2.1
  +++ Cocoon.java	19 Jun 2002 13:48:33 -0000	1.22.2.2
  @@ -568,9 +568,7 @@
           try {
               if (this.getLogger().isDebugEnabled()) {
                   ++activeRequestCount;
  -                if (this.getLogger().isDebugEnabled()) {
  -                    this.debug(environment, null, null);
  -                }
  +                this.debug(environment, null, null);
               }
   
               if (this.threadSafeProcessor != null) {
  @@ -610,9 +608,7 @@
           try {
               if (this.getLogger().isDebugEnabled()) {
                   ++activeRequestCount;
  -                if (this.getLogger().isDebugEnabled()) {
  -                    this.debug(environment, pipeline, eventPipeline);
  -                }
  +                this.debug(environment, pipeline, eventPipeline);
               }
   
               if (this.threadSafeProcessor != null) {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org