Changed disambiguation message to debug

This commit is contained in:
Remy
2011-08-10 17:18:15 -07:00
parent b9d1412bb1
commit 7600016fe3
+1 -1
View File
@@ -47,7 +47,7 @@ def findArtist(name, limit=1):
if result.artist.name != result.artist.getUniqueName() and limit == 1:
logger.info('Found an artist with a disambiguation: %s - doing an album based search' % name)
logger.debug('Found an artist with a disambiguation: %s - doing an album based search' % name)
artistdict = findArtistbyAlbum(name)
if not artistdict: