From 85963f3adb9477e77fcb36f90abaaa226d4ed734 Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Wed, 1 May 2019 11:27:31 +0200 Subject: [PATCH] use the simpler representation --- distbot/bot/action_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2