Skip to content

Commit

Permalink
test: message
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Sep 21, 2023
1 parent 40d99bb commit 9ba8f81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void shutdown() throws InterruptedException {
if (this.channel != null) {
this.channel.shutdownNow();
this.channel.awaitTermination(this.deadline, TimeUnit.MILLISECONDS);
log.warning(String.format("Unabled to shut down provider by %d deadline", this.deadline));
}
}
}
Expand Down

0 comments on commit 9ba8f81

Please sign in to comment.