Clarify logging
This commit is contained in:
parent
4cc8ffdd39
commit
5250e56f7c
1 changed files with 1 additions and 2 deletions
|
@ -97,8 +97,7 @@ class Service():
|
||||||
LOG.info("Platform: %s", v.PLATFORM)
|
LOG.info("Platform: %s", v.PLATFORM)
|
||||||
LOG.info("KODI Version: %s", v.KODILONGVERSION)
|
LOG.info("KODI Version: %s", v.KODILONGVERSION)
|
||||||
LOG.info("%s Version: %s", v.ADDON_NAME, v.ADDON_VERSION)
|
LOG.info("%s Version: %s", v.ADDON_NAME, v.ADDON_VERSION)
|
||||||
LOG.info("Using plugin paths: %s",
|
LOG.info("PKC Direct Paths: %s", settings('useDirectPaths') == "true")
|
||||||
settings('useDirectPaths') != "true")
|
|
||||||
LOG.info("Number of sync threads: %s", settings('syncThreadNumber'))
|
LOG.info("Number of sync threads: %s", settings('syncThreadNumber'))
|
||||||
LOG.info("Full sys.argv received: %s", argv)
|
LOG.info("Full sys.argv received: %s", argv)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue