diff --git a/server/djrandom/fingerprint/dedup.py b/server/djrandom/fingerprint/dedup.py
index 16fadc93ccfd2b069a74b3eac6691f5182a94dba..58e87af12e496b07a08f86eb7a7a97c3fafe3e40 100644
--- a/server/djrandom/fingerprint/dedup.py
+++ b/server/djrandom/fingerprint/dedup.py
@@ -59,7 +59,7 @@ def dedupe_db():
         for track_id, score in results:
             if track_id == sha1:
                 continue
-            print '  --> %s (%f)' % track_id, score
+            print '  --> %s (%f)' % (track_id, score)
 
 
 def run_deduper(db_url):