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:40:26 UTC

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

Author: ningjiang
Date: Wed Nov 21 15:40:25 2012
New Revision: 1412153

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

................
  r1412147 | ningjiang | 2012-11-21 23:22:28 +0800 (Wed, 21 Nov 2012) | 10 lines
  
  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.9.x/   (props changed)
    camel/branches/camel-2.9.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java

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

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

Modified: camel/branches/camel-2.9.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java?rev=1412153&r1=1412152&r2=1412153&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java (original)
+++ camel/branches/camel-2.9.x/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java Wed Nov 21 15:40:25 2012
@@ -281,14 +281,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