On Wed, 10 Nov 2004 [EMAIL PROTECTED] 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

Reply via email to