[sbws/master] fixup! minor: Change info logs to debug or warning

commit a2b2583462d3b993b0c1b76454cc304e6d809dff Author: juga0 <juga@riseup.net> Date: Mon Mar 8 10:49:19 2021 +0000 fixup! minor: Change info logs to debug or warning --- sbws/lib/destination.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbws/lib/destination.py b/sbws/lib/destination.py index f007a7a..84473be 100644 --- a/sbws/lib/destination.py +++ b/sbws/lib/destination.py @@ -208,8 +208,8 @@ class Destination: if self._delta_seconds_retry > self._max_seconds_between_retries: self._delta_seconds_retry = self._max_seconds_between_retries log.debug("Incremented the time to try destination %s past the " - "limit, capping it at %s hours.", - self.url, self._delta_seconds_retry / 60 / 60) + "limit, capping it at %s hours.", + self.url, self._delta_seconds_retry / 60 / 60) else: log.debug("Incremented the time to try destination %s to %s " "hours.", self.url, self._delta_seconds_retry / 60 / 60)
participants (1)
-
juga@torproject.org