librespot: adopt kodi LOGNOTICE changes

This commit is contained in:
CvH 2020-09-13 18:29:51 +02:00
parent 8de1f0967d
commit fb8b81a16f

View File

@ -40,7 +40,7 @@ def get_settings():
def log(message):
xbmc.log('{}: {}'.format(ADDON_NAME, message), xbmc.LOGNOTICE)
xbmc.log('{}: {}'.format(ADDON_NAME, message), xbmc.LOGINFO)
def notification(message):