Better logging

This commit is contained in:
croneter 2018-02-07 13:09:50 +01:00
parent 5250e56f7c
commit 447d233df1

View file

@ -367,7 +367,7 @@ def init_Plex_playlist(playlist, plex_id=None, kodi_item=None):
Returns the first PKC playlist item or raises PlaylistError 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) playlist.clear(kodi=False)
try: try:
if plex_id: if plex_id: