Revert "Clarify logging"

This reverts commit 9a96f70f63.
This commit is contained in:
croneter 2018-02-07 12:51:20 +01:00
parent 9a96f70f63
commit 4cc8ffdd39

View file

@ -97,7 +97,7 @@ class Service():
LOG.info("Platform: %s", v.PLATFORM)
LOG.info("KODI Version: %s", v.KODILONGVERSION)
LOG.info("%s Version: %s", v.ADDON_NAME, v.ADDON_VERSION)
LOG.info("PKC Direct Paths: %s",
LOG.info("Using plugin paths: %s",
settings('useDirectPaths') != "true")
LOG.info("Number of sync threads: %s", settings('syncThreadNumber'))
LOG.info("Full sys.argv received: %s", argv)