[SCM] morituri/master: add debug

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


The following commit has been merged in the master branch:
commit f1b827d6c5d8536241cde8e26c2b8ffcddb23f93
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon Jan 23 21:11:03 2012 +0000

    add debug

diff --git a/morituri/program/cdrdao.py b/morituri/program/cdrdao.py
index c422629..598dd4b 100644
--- a/morituri/program/cdrdao.py
+++ b/morituri/program/cdrdao.py
@@ -249,6 +249,7 @@ class CDRDAOTask(task.Task):
 
     def __init__(self):
         self.errors = []
+        self.debug('creating CDRDAOTask')
 
     def start(self, runner):
         task.Task.start(self, runner)
@@ -511,6 +512,7 @@ class ReadAllSessionsTask(task.MultiSeparateTask):
 
         self._device = device
 
+        self.debug('Starting ReadAllSessionsTask')
         self.tasks = [DiscInfoTask(device=device), ]
 
     def stopped(self, taskk):

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list