diff --git a/li.strolch.service/src/main/java/li/strolch/execution/EventBasedExecutionHandler.java b/li.strolch.service/src/main/java/li/strolch/execution/EventBasedExecutionHandler.java index c0d36affa..e85aee888 100644 --- a/li.strolch.service/src/main/java/li/strolch/execution/EventBasedExecutionHandler.java +++ b/li.strolch.service/src/main/java/li/strolch/execution/EventBasedExecutionHandler.java @@ -370,6 +370,7 @@ public class EventBasedExecutionHandler extends ExecutionHandler { logger.warn("Activity " + activityLoc + " already removed from registered activities!"); } + logger.info("Archiving activity " + activityLoc + " with state " + activity.getState()); archiveActivity(realm, activity.getLocator()); } else {