mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Tweak logging
This commit is contained in:
parent
745d7fdcf7
commit
26d30b7952
1 changed files with 1 additions and 2 deletions
|
@ -79,9 +79,8 @@ def verify_kodi_defaults():
|
||||||
source_base_path = translate_path("special://xbmc/system/library/video")
|
source_base_path = translate_path("special://xbmc/system/library/video")
|
||||||
dest_base_path = translate_path("special://profile/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):
|
if not os.path.exists(source_base_path):
|
||||||
|
LOG.error("XMLs source path `%s` not found.", source_base_path)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# Make sure the files exist in the local profile.
|
# Make sure the files exist in the local profile.
|
||||||
|
|
Loading…
Reference in a new issue