On 28.10.2003 15:09, [EMAIL PROTECTED] wrote:
unico 2003/10/28 06:09:49

  Modified:    src/blocks/repository/java/org/apache/cocoon/generation
                        TraversableGenerator.java
  Log:
  make logging more efficient

...


  +
               if (this.getLogger().isDebugEnabled()) {
  +                this.getLogger().debug("root pattern: " + rePattern);
  +                this.getLogger().debug("include pattern: " + rePattern);
                   this.getLogger().debug("exclude pattern: " + rePattern);
               }

Hello Unico,


this can of course not work, you will log always the same value for rePattern.

Joerg



Reply via email to