Author: ningjiang
Date: Mon Sep 27 08:38:19 2010
New Revision: 1001624
URL: http://svn.apache.org/viewvc?rev=1001624&view=rev
Log:
Merged revisions 1001619 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1001619 | ningjiang | 2010-09-27 16:15:45 +0800 (Mon, 27 Sep 2010) | 1 line
Fixed the log typo of ClientImpl
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Sep 27 08:38:19 2010
@@ -1 +1 @@
-/cxf/trunk:998736,1001520
+/cxf/trunk:998736,1001520,1001619
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java?rev=1001624&r1=1001623&r2=1001624&view=diff
==============================================================================
---
cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java
(original)
+++
cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ClientImpl.java
Mon Sep 27 08:38:19 2010
@@ -681,7 +681,7 @@ public class ClientImpl
}
List<Interceptor> i3 = endpoint.getInInterceptors();
if (LOG.isLoggable(Level.FINE)) {
- LOG.fine("Interceptors contributed by endpoint: " + i2);
+ LOG.fine("Interceptors contributed by endpoint: " + i3);
}
List<Interceptor> i4 = endpoint.getBinding().getInInterceptors();
if (LOG.isLoggable(Level.FINE)) {