From 447d233df1114ae15ea6ebd38ac31e4277ce221d Mon Sep 17 00:00:00 2001 From: croneter Date: Wed, 7 Feb 2018 13:09:50 +0100 Subject: [PATCH] Better logging --- resources/lib/playlist_func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playlist_func.py b/resources/lib/playlist_func.py index 0bb0c984..2571974b 100644 --- a/resources/lib/playlist_func.py +++ b/resources/lib/playlist_func.py @@ -367,7 +367,7 @@ def init_Plex_playlist(playlist, plex_id=None, kodi_item=None): Returns the first PKC playlist item or raises PlaylistError """ - LOG.debug('Initializing the playlist %s on the Plex side', playlist) + LOG.debug('Initializing the playlist on the Plex side: %s', playlist) playlist.clear(kodi=False) try: if plex_id: