You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Giacomo Pati <gi...@apache.org> on 2004/11/10 10:02:13 UTC

Re: svn commit: rev 57134 - cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/components/thread

On Wed, 10 Nov 2004 rgoers@apache.org wrote:

>         void execute(  )
>         {
> -            if( getLogger(  ).isDebugEnabled(  ) )
> +            if( m_logger.isDebugEnabled(  ) )
>             {
> -                getLogger(  ).debug( "Hand over Command " +
> -                                     m_command.toString(  ) + " to pool \"" +
> -                                     m_pool.getName(  ) + "\" with delay=" + m_delay +
> -                                     " and interval=" + m_interval );
> +                m_logger.debug( "Hand over Command " +
> +                                 m_command.toString(  ) + " to pool \"" +
> +                                 m_pool.getName(  ) + "\" with delay=" + m_delay +
> +                                 " and interval=" + m_interval );
>             }
>
>             synchronized( m_commandStack )

Ouch, thanks, spotting this.

-- 
Giacomo Pati
Otego AG, Switzerland - http://www.otego.com
Orixo, the XML business alliance - http://www.orixo.com