From 881019b8444cccdf4946387c1c406aca5d59ee86 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 3 May 2009 09:53:36 +0000 Subject: [PATCH] debug fix --- morituri/image/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)