]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/webserv.py
Better log level when trying without mbid
[mpd-sima.git] / sima / lib / webserv.py
index 8201964bdf1da71dbb9fa33e16fa590c497bb0bc..6c53d03f6b5814c2503abf70b0394fa383f6fe8f 100644 (file)
@@ -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: