Skip to content

Commit 03da38b

Browse files
Yannic92thjaeckle
authored andcommitted
Changes missleading log message
Signed-off-by: Klem Yannic (INST/ECS1) <[email protected]>
1 parent b72b37d commit 03da38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/base/src/main/java/org/eclipse/ditto/services/base/DittoService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ protected void startActorSystem() {
184184
CoordinatedShutdown.get(actorSystem).addTask(
185185
CoordinatedShutdown.PhaseBeforeServiceUnbind(), "Log shutdown initiation",
186186
() -> {
187-
logger.info("Shutdown issued from outside (e.g. SIGTERM) - gracefully shutting down..");
187+
logger.info("Initiated coordinated shutdown - gracefully shutting down..");
188188
return CompletableFuture.completedFuture(Done.getInstance());
189189
});
190190

0 commit comments

Comments
 (0)