You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2011/07/03 15:37:58 UTC

svn commit: r1142435 - /cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java

Author: gmazza
Date: Sun Jul  3 13:37:58 2011
New Revision: 1142435

URL: http://svn.apache.org/viewvc?rev=1142435&view=rev
Log:
Text formatting change.

Modified:
    cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java

Modified: cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java?rev=1142435&r1=1142434&r2=1142435&view=diff
==============================================================================
--- cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java (original)
+++ cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java Sun Jul  3 13:37:58 2011
@@ -120,8 +120,8 @@ public class OneWayProcessorInterceptor 
                 } catch (RejectedExecutionException e) {
                     //the executor queue is full, so run the task in the caller thread
                     LOG.warning(
-                        "the executor queue is full, run the oneway invocation task in caller thread." 
-                        + "Users can specify a larger executor queue to avoid this.");
+                        "Executor queue is full, run the oneway invocation task in caller thread." 
+                        + "  Users can specify a larger executor queue to avoid this.");
                     chain.resume();
                 } catch (InterruptedException e) {
                     //ignore - likely a busy work queue so we'll just let the one-way go