[SCM] morituri/master: make it clear which one is ours

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


The following commit has been merged in the master branch:
commit 7c598cde9d67d21b5896014ef43b24031f58c64e
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Tue Apr 14 20:19:58 2009 +0000

    make it clear which one is ours

diff --git a/examples/ARcue.py b/examples/ARcue.py
index 462e04d..8ebfca8 100644
--- a/examples/ARcue.py
+++ b/examples/ARcue.py
@@ -94,7 +94,7 @@ def main(argv):
         status = '   rip accurate       '
         if "%08x" % crc != response.crcs[i]:
             status = '** rip not accurate **'
-        print "Track %2d: %s (confidence %d) [%08x] [%s]" % (
+        print "Track %2d: %s (confidence %3d) mine [%08x] AR [%s]" % (
             i + 1, status, response.confidences[i], crc, response.crcs[i])
 
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list