Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
chore(sql): log cleanup (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
asher committed Sep 18, 2019
1 parent b055c98 commit 6626595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ class SqlQueue(
}

if (deleted > 0) {
log.debug("Cleaned up $deleted completed messages ($toDelete candidates / " +
log.debug("Cleaned up $deleted completed messages (${toDelete.size} candidates / " +
"$candidates messages older than $minTime)")
}
}
Expand Down

0 comments on commit 6626595

Please sign in to comment.