Clean up logging

Moved incremental log line to display only if there's actual items to
process.
This commit is contained in:
angelblue05 2016-07-24 18:46:24 -05:00
parent 32163117c9
commit 5895831ba8
3 changed files with 3 additions and 3 deletions

View file

@ -298,8 +298,8 @@ class Service():
# Delay option
delay = int(settings('startupDelay'))
log.warn("Delaying emby startup by: %s sec..." % delay)
log.info("Delaying emby startup by: %s sec..." % delay)
if delay and xbmc.Monitor().waitForAbort(delay):
# Start the service
log.warn("Abort requested while waiting. Emby for kodi not started.")