You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ga...@apache.org on 2008/04/03 21:36:52 UTC

svn commit: r644456 - /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/HandlerChainProcessor.java

Author: gawor
Date: Thu Apr  3 12:36:51 2008
New Revision: 644456

URL: http://svn.apache.org/viewvc?rev=644456&view=rev
Log:
will make life easier

Modified:
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/HandlerChainProcessor.java

Modified: webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/HandlerChainProcessor.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/HandlerChainProcessor.java?rev=644456&r1=644455&r2=644456&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/HandlerChainProcessor.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/handler/HandlerChainProcessor.java Thu Apr  3 12:36:51 2008
@@ -354,7 +354,7 @@
             // RuntimeException and ProtocolException
             if(log.isDebugEnabled()) {
                log.debug("An exception was thrown during the handleMessage() invocation");
-               log.debug("Exception: " + re.getClass().getName() + ":" +re.getMessage());
+               log.debug("Exception: ", re);
             }
             
             savedException = re;



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