[SCM] morituri/master: display checksum as hex instead so it is the same as the other one
js at users.alioth.debian.org
js at users.alioth.debian.org
Sun Oct 19 20:09:20 UTC 2014
The following commit has been merged in the master branch:
commit 757abde72563d0749d5acce3bb23b98fd5167bd6
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date: Sun May 23 18:33:00 2010 +0000
display checksum as hex instead so it is the same as the other one
diff --git a/morituri/common/program.py b/morituri/common/program.py
index 8f3127e..6d60b28 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -505,7 +505,7 @@ class Program(log.Loggable):
response = r
else:
assert r == response, \
- "checksum %s for %d matches wrong response %d, "\
+ "checksum %08x for %d matches wrong response %d, "\
"checksum %s" % (
csum, i + 1, j + 1, response.checksums[i])
self.debug("Track: %02d matched in AccurateRip database",
--
morituri packaging
More information about the pkg-multimedia-commits
mailing list