This commit is contained in:
Thomas Vander Stichele
2009-06-24 19:19:43 +00:00
parent d57cb7ad15
commit 32d67902d0

View File

@@ -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)