From 7c598cde9d67d21b5896014ef43b24031f58c64e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 14 Apr 2009 20:19:58 +0000 Subject: [PATCH] make it clear which one is ours --- examples/ARcue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ARcue.py b/examples/ARcue.py index 462e04d..8ebfca8 100644 --- a/examples/ARcue.py +++ b/examples/ARcue.py @@ -94,7 +94,7 @@ def main(argv): status = ' rip accurate ' if "%08x" % crc != response.crcs[i]: status = '** rip not accurate **' - print "Track %2d: %s (confidence %d) [%08x] [%s]" % ( + print "Track %2d: %s (confidence %3d) mine [%08x] AR [%s]" % ( i + 1, status, response.confidences[i], crc, response.crcs[i])