X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;ds=sidebyside;f=sima%2Flib%2Fwebserv.py;h=6c53d03f6b5814c2503abf70b0394fa383f6fe8f;hb=ab24a35394310bdae5072c5bc91826feb38902ec;hp=8201964bdf1da71dbb9fa33e16fa590c497bb0bc;hpb=54442642f031e3263786b5fc5a127c847c72badb;p=mpd-sima.git diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py index 8201964..6c53d03 100644 --- a/sima/lib/webserv.py +++ b/sima/lib/webserv.py @@ -123,7 +123,7 @@ class WebService(AdvancedPlugin): except WSNotFound as err: self.log.warning('%s: %s', self.ws.name, err) if artist.mbid: - self.log.debug('Trying without MusicBrainzID') + self.log.info('Trying without MusicBrainzID') try: return self.ws_similar_artists(Artist(name=artist.name)) except WSNotFound as err: