From 32d67902d01c2cc88e514ba03db0be090e41bcd4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 24 Jun 2009 19:19:43 +0000 Subject: [PATCH] fix i --- 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 057d6c3..3e18ebe 100644 --- a/morituri/common/program.py +++ b/morituri/common/program.py @@ -451,7 +451,7 @@ class Program(log.Loggable): i + 1, maxConfidence)) trackResult.ARDBMaxConfidence = maxConfidence if not response: - self.warning('iTrack %02d: none of the responses matched.', + self.warning('Track %02d: none of the responses matched.', i + 1) trackResult.ARDBCRC = int( maxResponse.checksums[i], 16)