From 757abde72563d0749d5acce3bb23b98fd5167bd6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 May 2010 18:33:00 +0000 Subject: [PATCH] display checksum as hex instead so it is the same as the other one --- morituri/common/program.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",