Private GIT

Skip to content
Snippets Groups Projects
Commit 1cca40fb authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge branch 'kodi-logging-is-not-error' into develop

parents 99616dba 959af6e5
Branches
Tags
No related merge requests found
...@@ -28,6 +28,7 @@ import tempfile ...@@ -28,6 +28,7 @@ import tempfile
import time import time
import traceback import traceback
import urllib import urllib
import urllib2
import hashlib import hashlib
import httplib import httplib
import urlparse import urlparse
......
...@@ -150,7 +150,7 @@ class KODINotifier: ...@@ -150,7 +150,7 @@ class KODINotifier:
if sickbeard.KODI_ALWAYS_ON or force: if sickbeard.KODI_ALWAYS_ON or force:
logger.log( logger.log(
u"Failed to detect KODI version for '" + curHost + "', check configuration and try again.", u"Failed to detect KODI version for '" + curHost + "', check configuration and try again.",
logger.ERROR) logger.WARNING)
result += curHost + ':False' result += curHost + ':False'
return result return result
...@@ -576,7 +576,7 @@ class KODINotifier: ...@@ -576,7 +576,7 @@ class KODINotifier:
if sickbeard.KODI_ALWAYS_ON: if sickbeard.KODI_ALWAYS_ON:
logger.log( logger.log(
u"Failed to detect KODI version for '" + host + "', check configuration and try again.", u"Failed to detect KODI version for '" + host + "', check configuration and try again.",
logger.ERROR) logger.WARNING)
result = result + 1 result = result + 1
# needed for the 'update kodi' submenu command # needed for the 'update kodi' submenu command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment