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