You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2016/07/11 13:15:55 UTC

camel git commit: Typo

Repository: camel
Updated Branches:
  refs/heads/master 6b957e503 -> 7c44110c6


Typo


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7c44110c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7c44110c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7c44110c

Branch: refs/heads/master
Commit: 7c44110c6c12b4280686fac0226ab070f378e0e9
Parents: 6b957e5
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Jul 11 14:15:41 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Jul 11 14:15:41 2016 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/impl/DefaultUnitOfWork.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7c44110c/camel-core/src/main/java/org/apache/camel/impl/DefaultUnitOfWork.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/impl/DefaultUnitOfWork.java b/camel-core/src/main/java/org/apache/camel/impl/DefaultUnitOfWork.java
index 3416146..3fbd252 100644
--- a/camel-core/src/main/java/org/apache/camel/impl/DefaultUnitOfWork.java
+++ b/camel-core/src/main/java/org/apache/camel/impl/DefaultUnitOfWork.java
@@ -263,7 +263,7 @@ public class DefaultUnitOfWork implements UnitOfWork, Service {
     @Override
     public void afterRoute(Exchange exchange, Route route) {
         if (log.isTraceEnabled()) {
-            log.trace("UnitOfWork afterRouteL: {} for ExchangeId: {} with {}", new Object[]{route.getId(), exchange.getExchangeId(), exchange});
+            log.trace("UnitOfWork afterRoute: {} for ExchangeId: {} with {}", new Object[]{route.getId(), exchange.getExchangeId(), exchange});
         }
         UnitOfWorkHelper.afterRouteSynchronizations(route, exchange, synchronizations, log);
     }