]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionFlow.java
Add failOnError property
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / DefaultExecutionFlow.java
index a1857a8c1482376dcf5b48378c66e35a2c7523d5..0d88c96fde2fddd28c2c1d1e04829765b7c64bb4 100644 (file)
@@ -100,7 +100,7 @@ public class DefaultExecutionFlow implements ExecutionFlow, InitializingBean,
                                log.error("Execution flow failed,"
                                                + " but process did not fail"
                                                + " because failOnError property"
-                                               + " is set to false: " + e, e);
+                                               + " is set to false: " + e);
                                if (log.isTraceEnabled())
                                        e.printStackTrace();
                        }