From: Thorsten S Date: Wed, 1 May 2019 09:27:31 +0000 (+0200) Subject: use the simpler representation X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=85963f3adb9477e77fcb36f90abaaa226d4ed734;p=urlbot-v3.git use the simpler representation --- diff --git a/distbot/bot/action_worker.py b/distbot/bot/action_worker.py index cff47e2..e6d6869 100644 --- a/distbot/bot/action_worker.py +++ b/distbot/bot/action_worker.py @@ -105,7 +105,7 @@ class ActionThread(threading.Thread): self.event_list.cancel(item) def run_action(self, action): - logger.debug("Executing action %s", action.serialize()) + logger.debug("Executing action %s", action) # to prevent really stupid clients not scrolling at incoming messages very quickly. delay = 0.5