X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fwebserv.py;h=c6a906fce7f5a92091f426a18f266856e6d04d42;hb=1968c2cb249b9230f00f9749017770ab933582c0;hp=35835c31b08d1a4fbd25bb7a0beddb80f3adf1ce;hpb=547aff383d4b0ab72174d451e4921f5c6e10a03d;p=mpd-sima.git diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py index 35835c3..c6a906f 100644 --- a/sima/lib/webserv.py +++ b/sima/lib/webserv.py @@ -253,7 +253,7 @@ class WebService(Plugin): return [] tolookfor = self.player.playlist[-1].Artist self.log.info('Looking for artist similar to "%s"', tolookfor) - self.log.debug(repr(tolookfor)) + self.log.debug('%r', tolookfor) similar = self.ws_similar_artists(tolookfor) if not similar: self.log.info('Got nothing from %s!', self.ws.name)