From 721c4025f11624077e81b3575d176201779f425e Mon Sep 17 00:00:00 2001 From: Simon Merschjohann Date: Tue, 2 Jan 2018 10:24:20 +0100 Subject: [PATCH] include exeception text in error message (#4826) Signed-off-by: Simon Merschjohann --- .../smarthome/automation/core/internal/RuleEngine.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/automation/org.eclipse.smarthome.automation.core/src/main/java/org/eclipse/smarthome/automation/core/internal/RuleEngine.java b/bundles/automation/org.eclipse.smarthome.automation.core/src/main/java/org/eclipse/smarthome/automation/core/internal/RuleEngine.java index 1b4b1223e18..d51478d9ffb 100644 --- a/bundles/automation/org.eclipse.smarthome.automation.core/src/main/java/org/eclipse/smarthome/automation/core/internal/RuleEngine.java +++ b/bundles/automation/org.eclipse.smarthome.automation.core/src/main/java/org/eclipse/smarthome/automation/core/internal/RuleEngine.java @@ -870,7 +870,7 @@ protected void runNow(String ruleUID, boolean considerConditions, Map