Make log levels more appropriate and change warn to warnings

This commit is contained in:
TrueTechy 2019-10-02 01:59:25 +01:00
commit 7bffbc98b5
12 changed files with 36 additions and 36 deletions

View file

@ -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)