Blush... Thanks for catching that. I'll change it right away. -- Unico
> > -----Original Message----- > From: Joerg Heinicke [mailto:[EMAIL PROTECTED] > Sent: dinsdag 28 oktober 2003 17:34 > To: [EMAIL PROTECTED] > > 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 > > >
