diff --git a/service.py b/service.py index a0e7fbe3..1ddd791c 100644 --- a/service.py +++ b/service.py @@ -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)