[SCM] morituri/master: update error message

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


The following commit has been merged in the master branch:
commit 25947c369d59683e95f0ec07e69ae9329c50391c
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Jan 6 21:27:35 2013 +0000

    update error message

diff --git a/morituri/common/checksum.py b/morituri/common/checksum.py
index 0625d8d..b027be5 100644
--- a/morituri/common/checksum.py
+++ b/morituri/common/checksum.py
@@ -163,8 +163,8 @@ class ChecksumTask(log.Loggable, gstreamer.GstPipelineTask):
             self.debug("checksum: %08X", self._checksum)
             self.debug("bytes: %d", self._bytes)
             if self._frameEnd != last:
-                print 'ERROR: did not get all frames, %d missing' % (
-                    self._frameEnd - last)
+                print 'ERROR: did not get all frames, %d of %d missing' % (
+                    self._frameEnd - last, self._frameEnd)
 
         self.checksum = self._checksum
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list