core: Log full backend exception
This commit is contained in:
parent
dd92a59e4c
commit
0bf67e296f
@ -348,8 +348,11 @@ class PlaybackController(object):
|
|||||||
backend.playback.change_track(tl_track.track).get() and
|
backend.playback.change_track(tl_track.track).get() and
|
||||||
backend.playback.play().get())
|
backend.playback.play().get())
|
||||||
except TypeError:
|
except TypeError:
|
||||||
logger.error('%s needs to be updated to work with this '
|
logger.error(
|
||||||
'version of Mopidy.', backend)
|
'%s needs to be updated to work with this '
|
||||||
|
'version of Mopidy.',
|
||||||
|
backend.actor_ref.actor_class.__name__)
|
||||||
|
logger.debug('Backend exception', exc_info=True)
|
||||||
|
|
||||||
if success:
|
if success:
|
||||||
self.core.tracklist._mark_playing(tl_track)
|
self.core.tracklist._mark_playing(tl_track)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user