[SCM] morituri/master: log checksums

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


The following commit has been merged in the master branch:
commit 2282a39f2bfa6592ff540c0c3198178e84347f6f
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat Nov 10 21:30:53 2012 +0000

    log checksums

diff --git a/morituri/program/cdparanoia.py b/morituri/program/cdparanoia.py
index 3a0767a..75b9528 100644
--- a/morituri/program/cdparanoia.py
+++ b/morituri/program/cdparanoia.py
@@ -466,7 +466,9 @@ class ReadVerifyTrackTask(log.Loggable, task.MultiSeparateTask):
                     self.checksum = self.testchecksum
                 else:
                     # FIXME: detect this before encoding
-                    self.error('read and verify failed')
+                    self.info('Checksums do not match, %08x %08x' % (
+                        c1, c2))
+                    self.error('read and verify failed: test checksum')
 
                 if self.tasks[5].checksum != self.checksum:
                     self.error('Encoding failed, checksum does not match')

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list