Increase logging
This commit is contained in:
parent
94641b9ed6
commit
02e1917072
1 changed files with 1 additions and 0 deletions
|
@ -875,4 +875,5 @@ def delete_playlist_from_pms(playlist):
|
||||||
try:
|
try:
|
||||||
xml.attrib
|
xml.attrib
|
||||||
except (TypeError, AttributeError):
|
except (TypeError, AttributeError):
|
||||||
|
LOG.error('Could not delete playlist from server: %s', playlist)
|
||||||
raise PlaylistError('Could not delete playlist %s' % playlist)
|
raise PlaylistError('Could not delete playlist %s' % playlist)
|
||||||
|
|
Loading…
Reference in a new issue