fix typo in xbmc notifier

This commit is contained in:
Peter Maciocia 2014-05-12 11:36:25 +01:00
parent 8f2663da55
commit e02110a042
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ class XBMCNotifier:
return True
else:
if sickbeard.XBMC_ALWAYS_ON:
logger.log(u"Failed to detect XBMC version for '" + curHost + "', check configuration and try again.", logger.ERROR)
logger.log(u"Failed to detect XBMC version for '" + host + "', check configuration and try again.", logger.ERROR)
result = result + 1
# needed for the 'update xbmc' submenu command