display checksum as hex instead so it is the same as the other one

This commit is contained in:
Thomas Vander Stichele
2010-05-23 18:33:00 +00:00
parent b918630f5e
commit 757abde725

View File

@@ -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",