SchapplM / xbmc-addon-service-watchedlist

Addon for Kodi Media Center to organize "watched"-status of media.
http://kodi.wiki/view/Add-on:WatchedList
GNU General Public License v3.0
32 stars 13 forks source link

LOGSEVERE and LOGNOTICE will deprecated in kodi/python addons #47

Closed phunkyfish closed 4 years ago

phunkyfish commented 4 years ago

Please replace with LOGFATAL and LOGINFO. They will be removed in a couple of weeks.

PR: https://github.com/xbmc/xbmc/pull/18346 Forum Post: https://forum.kodi.tv/showthread.php?tid=353818

SchapplM commented 4 years ago

merged in this repo and in kodi repo-scripts

phunkyfish commented 4 years ago

Thanks!