update error message

This commit is contained in:
Thomas Vander Stichele
2013-01-06 21:27:35 +00:00
parent 813a41badf
commit 25947c369d

View File

@@ -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