better debug message for no genius artist match

This commit is contained in:
Jacob Pavlock 2020-06-26 16:41:20 -07:00
parent ae175e156b
commit bb5740d63c

View file

@ -424,7 +424,8 @@ class Genius(Backend):
if hit_artist.lower() == artist.lower():
return self.lyrics_from_song_page(hit["result"]["url"])
self._log.debug(u'genius: no matching artist')
self._log.debug(u'Genius failed to find a matching artist for \'{0}\'',
artist)
def _clean(self, artist):
"""Cleans genius-isms to help artist matching"""