From 617d04315700841b03b5384b9e0b960730f578ef Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Wed, 17 Jan 2018 19:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5dd7529f8..5ba8929db 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ liteflow jar 4.0.0 - 1.2.11 + 1.2.12 UTF-8 diff --git a/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java b/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java index 1eabad407..70787d04a 100644 --- a/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java +++ b/src/main/java/com/thebeastshop/liteflow/core/FlowExecutor.java @@ -124,6 +124,8 @@ public class FlowExecutor { LOG.info("[{}]:component[{}] lead the chain to end",slot.getRequestId(),component.getClass().getSimpleName()); break; } + }else { + LOG.info("[{}]:component[{}] do not have access",slot.getRequestId(),component.getClass().getSimpleName()); } }catch(Throwable t){ if(component.isContinueOnError()){