From 8a7a69a3619c7c36bb1d2145092c38da6fc90b71 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 24 Jun 2012 12:56:37 +0000 Subject: [PATCH] * morituri/common/program.py: Tell us which track is not in the db. --- ChangeLog | 5 +++++ morituri/common/program.py | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 62eee70..4328cbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-24 Thomas Vander Stichele + + * morituri/common/program.py: + Tell us which track is not in the db. + 2012-04-01 Thomas Vander Stichele * morituri/common/musicbrainzngs.py: diff --git a/morituri/common/program.py b/morituri/common/program.py index 76e667a..ca3257e 100644 --- a/morituri/common/program.py +++ b/morituri/common/program.py @@ -584,7 +584,8 @@ class Program(log.Loggable): # htoa tracks (i == 0) do not have an ARCRC if trackResult.ARCRC is None: assert trackResult.number == 0, \ - 'no trackResult.ARCRC on non-HTOA track' + 'no trackResult.ARCRC on non-HTOA track %d' % \ + trackResult.number res.append("Track 0: unknown (not tracked)") else: res.append("Track %2d: %s %s [%08x]%s" % (