Skip to content

Commit

Permalink
Modify logging output (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer authored and tenthe committed Dec 30, 2022
1 parent ad45647 commit 14c00bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ExtensionsServiceShutdownHandler {


public void onShutdown() {
LOG.info("Shutting down StreamPipes pipeline element container...");
LOG.info("Shutting down StreamPipes extensions service...");
int runningInstancesCount = RunningInstances.INSTANCE.getRunningInstancesCount();

while (runningInstancesCount > 0) {
Expand Down

0 comments on commit 14c00bf

Please sign in to comment.