Improve logging

This commit is contained in:
croneter 2018-07-12 10:50:45 +02:00
parent 109fafcf4c
commit 61e185ae4f

View file

@ -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