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:22:29 UTC

svn commit: r1412147 - in /camel/branches/camel-2.10.x: ./ components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java

Author: ningjiang
Date: Wed Nov 21 15:22:28 2012
New Revision: 1412147

URL: http://svn.apache.org/viewvc?rev=1412147&view=rev
Log:
CAMEL-5810 Changed the debug log to trace
Merged revisions 1412144 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1412144 | ningjiang | 2012-11-21 23:09:20 +0800 (Wed, 21 Nov 2012) | 1 line
  
  CAMEL-5810 Changed the debug log to trace
........

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    camel/branches/camel-2.10.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1412144

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.10.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java?rev=1412147&r1=1412146&r2=1412147&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java (original)
+++ camel/branches/camel-2.10.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java Wed Nov 21 15:22:28 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