Optimize logging

This commit is contained in:
Croneter 2018-05-03 17:13:00 +02:00
parent 73655d354f
commit 25a9a3c4ce

View file

@ -78,7 +78,7 @@ def delete_plex_playlist(playlist):
entry in the Plex playlist table.
Returns None or raises PL.PlaylistError
"""
LOG.debug('Deleting playlist %s from the PMS', playlist)
LOG.debug('Deleting playlist from PMS: %s', playlist)
PL.delete_playlist_from_pms(playlist)
update_plex_table(playlist, delete=True)