From: kaliko Date: Fri, 21 Jan 2022 09:49:18 +0000 (+0100) Subject: Better log level when trying without mbid X-Git-Tag: 0.18.1~2 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=ab24a35394310bdae5072c5bc91826feb38902ec;p=mpd-sima.git Better log level when trying without mbid --- 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: