You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Joerg Heinicke <jh...@virbus.de> on 2003/10/28 17:33:37 UTC

Re: cvs commit: cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/generation TraversableGenerator.java

On 28.10.2003 15:09, unico@apache.org 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