X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fclient.py;fp=sima%2Fclient.py;h=525f268d0c5b5c02ee067388145d1fe357a496d8;hb=fb25d53c7216d90d2ccc55d443017715d73246fc;hp=236ab10cbec3f1138448cf7c7e813659a735b4e9;hpb=328d8ab76449eb0b045837bb5f79368af9df2fc1;p=mpd-sima.git diff --git a/sima/client.py b/sima/client.py index 236ab10..525f268 100644 --- a/sima/client.py +++ b/sima/client.py @@ -62,7 +62,7 @@ def bl_artist(func): names = list() for art in result.names: if cls.database.get_bl_artist(art, add_not=True): - cls.log.debug('Blacklisted "{0}"'.format(art)) + cls.log.debug('Blacklisted "%s"', art) continue names.append(art) if not names: