[SCM] morituri/master: make warning clearer. Fixes #7

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:06 UTC 2014


The following commit has been merged in the master branch:
commit fdb8279234ab3730d35d2dfc304894c5b14aeb32
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Jul 14 09:05:58 2013 +0200

    make warning clearer.  Fixes #7

diff --git a/morituri/rip/cd.py b/morituri/rip/cd.py
index 6b639ef..a0a29f7 100644
--- a/morituri/rip/cd.py
+++ b/morituri/rip/cd.py
@@ -237,7 +237,9 @@ Log files will log the path to tracks relative to this directory.
 
         if options.offset is None:
             options.offset = 0
-            self.stdout.write("Using fallback read offset %d\n" %
+            self.stdout.write("""WARNING: using default offset %d.
+Install pycdio and run 'rip offset find' to detect your drive's offset.
+""" %
                         options.offset)
         if self.options.output_directory is None:
             self.options.output_directory = os.getcwd()

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list