[SCM] morituri/master: remove a print

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:53 UTC 2014


The following commit has been merged in the master branch:
commit e0c311f870e07462220a6dff7a8575b885b0ffbf
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun May 3 15:03:18 2009 +0000

    remove a print

diff --git a/morituri/program/cdparanoia.py b/morituri/program/cdparanoia.py
index 01c4a4c..b1fdab5 100644
--- a/morituri/program/cdparanoia.py
+++ b/morituri/program/cdparanoia.py
@@ -178,13 +178,12 @@ class ReadTrackTask(task.Task):
         offsetLength = self._stop - self._start + 1
         expected = offsetLength * checksum.BYTES_PER_FRAME + 44
         if size != expected:
+            # FIXME: handle errors better
             print 'ERROR: file size %d did not match expected size %d' % (
                 size, expected)
             if (size - expected) % checksum.BYTES_PER_FRAME == 0:
                 print 'ERROR: %d frames difference' % (
                     (size - expected) / checksum.BYTES_PER_FRAME)
-        else:
-            print 'SIZE %d matches offset delta %d' % (size, self._stop - self._start)
 
         if self._popen.returncode != 0:
             if self._errors:

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list