Skip to content

Commit

Permalink
Unifying shut down messages
Browse files Browse the repository at this point in the history
Use "stopping" everywhere instead of "shutting down", etc.
  • Loading branch information
andrus committed Mar 8, 2024
1 parent 4eb8ad8 commit fb3225f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public Channel createChannel(String connectionName) {

public void shutdown() {

LOGGER.debug("Shutting down RabbitMQ connections...");
LOGGER.debug("Stopping RabbitMQ connections...");

// this will prevent new connections creation, and we'll drain the ones already created...
this.shutdown = true;
Expand Down

0 comments on commit fb3225f

Please sign in to comment.