[SCM] morituri/master: add exception to debug

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:26 UTC 2014


The following commit has been merged in the master branch:
commit c5593a407015baa2f32d8e9dd00f2c5e828e2da4
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon May 23 18:26:56 2011 +0000

    add exception to debug

diff --git a/morituri/common/task.py b/morituri/common/task.py
index d2496f6..609c839 100644
--- a/morituri/common/task.py
+++ b/morituri/common/task.py
@@ -147,7 +147,8 @@ class Task(object, log.Loggable):
         self.exception = exception
         self.exceptionMessage = log.getExceptionMessage(exception)
         self.exceptionTraceback = traceback.format_exc()
-        self.debug('set exception, %r' % self.exceptionMessage)
+        self.debug('set exception, %r, %r' % (
+            exception, self.exceptionMessage))
 
     def addListener(self, listener):
         """

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list