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:
|
||||
xml.attrib
|
||||
except (TypeError, AttributeError):
|
||||
LOG.error('Could not delete playlist from server: %s', playlist)
|
||||
raise PlaylistError('Could not delete playlist %s' % playlist)
|
||||
|
|
Loading…
Reference in a new issue