Hey Thomas ! It's been a long time. Where have you been during all those months ? Glad you're back anyway :-)
On Fri, Jan 21, 2011 at 14:18, <[email protected]> wrote: > Author: tterm > Date: Fri Jan 21 13:18:35 2011 > New Revision: 1061798 > > URL: http://svn.apache.org/viewvc?rev=1061798&view=rev > Log: > SM-2043 SimpleEndpoint fail method error is not logged > > Modified: > > servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java > > Modified: > servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java > URL: > http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java?rev=1061798&r1=1061797&r2=1061798&view=diff > ============================================================================== > --- > servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java > (original) > +++ > servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java > Fri Jan 21 13:18:35 2011 > @@ -87,7 +87,7 @@ public abstract class SimpleEndpoint ext > > protected void fail(MessageExchange me, Exception error) throws > MessagingException { > if (LOG.isWarnEnabled()) { > - LOG.warn("SimpleEndpoint.fail called: "); > + LOG.warn("SimpleEndpoint.fail called: ", error); > } > > me.setError(error); > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
