mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-21 00:35:08 +00:00
Clean up logging
Moved incremental log line to display only if there's actual items to process.
This commit is contained in:
parent
32163117c9
commit
5895831ba8
3 changed files with 3 additions and 3 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue