You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sc...@apache.org on 2008/05/08 16:09:13 UTC

svn commit: r654536 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/Phase.java

Author: scheu
Date: Thu May  8 07:09:13 2008
New Revision: 654536

URL: http://svn.apache.org/viewvc?rev=654536&view=rev
Log:
Use the static isDebugEnabled variable.
Contributor:David Strite

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/Phase.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/Phase.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/Phase.java?rev=654536&r1=654535&r2=654536&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/Phase.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/Phase.java Thu May  8 07:09:13 2008
@@ -336,7 +336,6 @@
     }
 
     public void flowComplete(MessageContext msgContext) {
-        boolean isDebugEnabled = LoggingControl.debugLoggingAllowed && log.isDebugEnabled();
         if (isDebugEnabled) {
             log.debug(msgContext.getLogIDString() + " Invoking flowComplete() in Phase \"" +
                     phaseName + "\"");



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org