]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Minor] upstream: improve cooldown log message clarity 6068/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 29 May 2026 13:43:56 +0000 (16:43 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 29 May 2026 13:43:56 +0000 (16:43 +0300)
commit536978f700da902df4acfecf61544c1e8262101a
tree5897a128920996e1d27cb498eb1d3a0296fa148c
parentf70285614752390127811f47c61eae695f5fa4a4
[Minor] upstream: improve cooldown log message clarity

When elapsed time rounded to the same value as the minimum interval,
the log showed "checked 60 seconds ago (60 is minimum)", suggesting
the check was skipped at equality despite the strict < comparison.
Replace with remaining cooldown time using ceil() to avoid ambiguity.
src/libutil/upstream.c