[SCM] morituri/master: * task.py: Add a debug statement.

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


The following commit has been merged in the master branch:
commit b9af80e76dfcf87b88985e9033e485f23933809b
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Thu Jul 12 09:18:52 2012 +0000

    	* task.py:
    	  Add a debug statement.

diff --git a/morituri/extern/task/ChangeLog b/morituri/extern/task/ChangeLog
index 9845dc1..306e644 100644
--- a/morituri/extern/task/ChangeLog
+++ b/morituri/extern/task/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* task.py:
+	  Add a debug statement.
+
 2011-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* task.py:
diff --git a/morituri/extern/task/task.py b/morituri/extern/task/task.py
index 6e37059..b41ee8e 100644
--- a/morituri/extern/task/task.py
+++ b/morituri/extern/task/task.py
@@ -338,6 +338,8 @@ class BaseMultiTask(Task, ITaskListener):
                 task.description, self._task, len(self.tasks)))
             task.addListener(self)
             task.start(self.runner)
+            self.debug('BaseMultiTask.next(): started task %d of %d: %r',
+                self._task, len(self.tasks), task)
         except Exception, e:
             self.setException(e)
             self.debug('Got exception during next: %r', self.exceptionMessage)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list