]> git.aero2k.de Git - urlbot-v3.git/commitdiff
use the simpler representation
authorThorsten S <mail@aero2k.de>
Wed, 1 May 2019 09:27:31 +0000 (11:27 +0200)
committerThorsten S <mail@aero2k.de>
Wed, 1 May 2019 09:27:31 +0000 (11:27 +0200)
distbot/bot/action_worker.py

index cff47e25ef302b30be9ff373fd5baa789e1bda73..e6d68699a06748078e3a4340bb966e9358691e95 100644 (file)
@@ -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