fix re registration of BootstrapContextFilter after restart

This commit is contained in:
Sebastian Sdorra
2019-06-20 14:58:32 +02:00
parent cbe983b9f1
commit d658a1a662
3 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ public class InjectionContextRestartStrategy implements RestartStrategy {
LOG.warn("reinitialize injection context");
context.initialize();
LOG.debug("re register injection context for events");
LOG.debug("register injection context on new eventbus");
ScmEventBus.getInstance().register(context);
} catch ( Exception ex) {
LOG.error("failed to restart", ex);