[SCM] morituri/master: debug fix

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 881019b8444cccdf4946387c1c406aca5d59ee86
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun May 3 09:53:36 2009 +0000

    debug fix

diff --git a/morituri/image/image.py b/morituri/image/image.py
index f81051e..bb0570c 100644
--- a/morituri/image/image.py
+++ b/morituri/image/image.py
@@ -145,7 +145,7 @@ class AudioLengthTask(task.Task):
         if format == gst.FORMAT_BYTES:
             self.debug('query returned in BYTES format')
             length /= 4
-        self.debug('total length: %d', length)
+        self.debug('total length of %s in samples: %d', self._path, length)
         self.length = length
         self._pipeline.set_state(gst.STATE_NULL)
         

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list