From 696647b9f093ba5706c34d40812d000bcbc3620d Mon Sep 17 00:00:00 2001 From: sbuser Date: Mon, 8 Aug 2011 20:19:53 -0500 Subject: [PATCH] Still bug fixing ReleaseID lookups. --- headphones/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/importer.py b/headphones/importer.py index 4b14e43c..5ddbb20e 100644 --- a/headphones/importer.py +++ b/headphones/importer.py @@ -269,7 +269,7 @@ def addReleaseById(rid): logger.debug("Found a cached releaseid : releasegroupid relationship: " + rid + " : " + rgid) if not rgid: #didn't find it in the cache, get the information from MB - logger.debug("Didn't find releaseID %s in the cache. Looking up its ReleaseGroupID", [rid]) + logger.debug("Didn't find releaseID " + rid + " in the cache. Looking up its ReleaseGroupID") try: release_dict = mb.getRelease(rid) except Exception, e: