From 26d30b7952ed7cc05022a9d502d6a0a02f83c8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sat, 29 Oct 2022 12:05:57 +0200 Subject: [PATCH] Tweak logging --- jellyfin_kodi/helper/xmls.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jellyfin_kodi/helper/xmls.py b/jellyfin_kodi/helper/xmls.py index 0c077afd..b4215446 100644 --- a/jellyfin_kodi/helper/xmls.py +++ b/jellyfin_kodi/helper/xmls.py @@ -79,9 +79,8 @@ def verify_kodi_defaults(): source_base_path = translate_path("special://xbmc/system/library/video") dest_base_path = translate_path("special://profile/library/video") - LOG.debug('XMLs source path: `%s`', source_base_path) - if not os.path.exists(source_base_path): + LOG.error("XMLs source path `%s` not found.", source_base_path) return False # Make sure the files exist in the local profile.