[SCM] morituri/master: change progress notify to log

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:52 UTC 2014


The following commit has been merged in the master branch:
commit 1529c2a082eccc2b127f8bc2bbe41ea857f1b64c
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun May 3 09:54:21 2009 +0000

    change progress notify to log

diff --git a/morituri/common/task.py b/morituri/common/task.py
index d1890b3..d307fc0 100644
--- a/morituri/common/task.py
+++ b/morituri/common/task.py
@@ -76,7 +76,7 @@ class Task(object, log.Loggable):
         if value - self.progress > self.increment or value >= 1.0 or value == 0.0:
             self.progress = value
             self._notifyListeners('progressed', value)
-            self.debug('notifying progress: %r', value)
+            self.log('notifying progress: %r', value)
         
     def setDescription(self, description):
         if description != self.description:

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list