From 61e185ae4f433ee8f12318e7fafdd8d34da12583 Mon Sep 17 00:00:00 2001 From: croneter Date: Thu, 12 Jul 2018 10:50:45 +0200 Subject: [PATCH] Improve logging --- resources/lib/playlists/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playlists/__init__.py b/resources/lib/playlists/__init__.py index 615ffc29..7de68e86 100644 --- a/resources/lib/playlists/__init__.py +++ b/resources/lib/playlists/__init__.py @@ -250,7 +250,7 @@ def sync_plex_playlist(plex_id=None, xml=None, playlist=None): prefix = utils.settings('syncSpecificPlexPlaylistsPrefix').lower() if name and name.lower().startswith(prefix): return True - LOG.debug('User chose to not sync Plex playlist') + LOG.debug('User chose to not sync Plex playlist %s', name) return False