Skip to content

Commit

Permalink
Changes missleading log message
Browse files Browse the repository at this point in the history
Signed-off-by: Klem Yannic (INST/ECS1) <[email protected]>
  • Loading branch information
Yannic92 authored and thjaeckle committed Jun 14, 2018
1 parent b72b37d commit 03da38b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected void startActorSystem() {
CoordinatedShutdown.get(actorSystem).addTask(
CoordinatedShutdown.PhaseBeforeServiceUnbind(), "Log shutdown initiation",
() -> {
logger.info("Shutdown issued from outside (e.g. SIGTERM) - gracefully shutting down..");
logger.info("Initiated coordinated shutdown - gracefully shutting down..");
return CompletableFuture.completedFuture(Done.getInstance());
});

Expand Down

0 comments on commit 03da38b

Please sign in to comment.