Skip to content

Commit

Permalink
Improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-cnx committed Jan 22, 2025
1 parent 911954a commit d117734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/swisspush/redisques/RedisQues.java
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ private Future<Void> readQueue(final String queueName) {
if (result.failed()) {
log.warn("Failed to deregister myself from queue '{}'", consumerKey, exceptionFactory.newException(result.cause()));
} else {
log.debug("Deregister myself from queue '{}'", consumerKey);
log.debug("Deregistered myself from queue '{}'", consumerKey);
}
if (dequeueStatisticEnabled) {
dequeueStatistic.computeIfPresent(queueName, (s, dequeueStatistic) -> {
Expand Down

0 comments on commit d117734

Please sign in to comment.