Logging when we load artist info

This commit is contained in:
Aaron Cohen
2012-09-13 22:57:18 -07:00
parent 88ba433e9f
commit ec61a0ce12

View File

@@ -831,7 +831,7 @@ def searchTorrent(albumid=None, new=False, losslessOnly=False):
if whatcd:
whatcd.enableCaching()
logger.info("Getting artist information for %s..." % artistterm)
artist = whatcd.getArtist(artistterm)
artist_id = artist.getArtistId()
else: