You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2012/11/21 16:09:21 UTC

svn commit: r1412144 - /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java

Author: ningjiang
Date: Wed Nov 21 15:09:20 2012
New Revision: 1412144

URL: http://svn.apache.org/viewvc?rev=1412144&view=rev
Log:
CAMEL-5810 Changed the debug log to trace

Modified:
    camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java

Modified: camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java?rev=1412144&r1=1412143&r2=1412144&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java (original)
+++ camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java Wed Nov 21 15:09:20 2012
@@ -284,14 +284,14 @@ public class DefaultCxfBinding implement
         if (camelExchange.getPattern().isOutCapable()) {
             if (camelExchange.hasOut()) {
                 response = camelExchange.getOut();
-                LOG.debug("Get the response from the out message");
+                LOG.trace("Get the response from the out message");
             } else { // Take the in message as a fall back
                 response = camelExchange.getIn();
-                LOG.debug("Get the response from the in message as a fallback");
+                LOG.trace("Get the response from the in message as a fallback");
             }
         } else {
             response = camelExchange.getIn();
-            LOG.debug("Get the response from the in message");
+            LOG.trace("Get the response from the in message");
         }
         
         // propagate response context