mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-09 02:12:04 +00:00
Make log levels more appropriate and change warn to warnings
This commit is contained in:
parent
4c3732c517
commit
7bffbc98b5
12 changed files with 36 additions and 36 deletions
|
@ -119,7 +119,7 @@ def advanced_settings():
|
|||
|
||||
if cleanonupdate is not None and cleanonupdate.text == "true":
|
||||
|
||||
LOG.warn("cleanonupdate disabled")
|
||||
LOG.warning("cleanonupdate disabled")
|
||||
video.remove(cleanonupdate)
|
||||
|
||||
indent(xml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue