X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fwebserv.py;h=c6a906fce7f5a92091f426a18f266856e6d04d42;hb=ee218f16c2a449c6d72d550807114676e1e96d94;hp=35835c31b08d1a4fbd25bb7a0beddb80f3adf1ce;hpb=17f83deca15eb023bff35a182495b4513a2e7b3f;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)