X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fmpdclient.py;h=5c32b775feb9906c6317e44172db3cb9838655ea;hb=f822f2e502b8ae6b1d20cf1d17db533e09b6c0b5;hp=a0229496681f44a1fac95371b33a325a75426e15;hpb=5cbeb934dbc769c924787f900d3db1a6508a2d09;p=mpd-sima.git diff --git a/sima/mpdclient.py b/sima/mpdclient.py index a022949..5c32b77 100644 --- a/sima/mpdclient.py +++ b/sima/mpdclient.py @@ -477,7 +477,7 @@ class MPD(MPDClient): looking for albums for Artist_B returns wrongly this album. """ # First, look for all potential albums - self.log.debug('Searching album for "%s"', artist) + self.log.debug('Searching album for "%r"', artist) if artist.aliases: self.log.debug('Searching album for %s aliases: "%s"', artist, artist.aliases)