From cea7dcce0c0a8272157d470e9f50c865efd1e87d Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 4 Apr 2010 09:31:51 -0300 Subject: [PATCH] Better log message. --- mitterlib/ui/helpers/gtk_threading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitterlib/ui/helpers/gtk_threading.py b/mitterlib/ui/helpers/gtk_threading.py index 0d0bfc9..08c803d 100644 --- a/mitterlib/ui/helpers/gtk_threading.py +++ b/mitterlib/ui/helpers/gtk_threading.py @@ -50,7 +50,7 @@ class _WorkerThread(threading.Thread, _IdleObject): def run(self): # call the function - _log.debug('Thread d %s calling %s', self.getName(), + _log.debug('Thread id %s calling %s()', self.getName(), str(self._function.__name__)) args = self._args