Increase logging

This commit is contained in:
Croneter 2018-05-02 16:20:20 +02:00
parent 94641b9ed6
commit 02e1917072

View file

@ -875,4 +875,5 @@ def delete_playlist_from_pms(playlist):
try:
xml.attrib
except (TypeError, AttributeError):
LOG.error('Could not delete playlist from server: %s', playlist)
raise PlaylistError('Could not delete playlist %s' % playlist)