Increase logging
This commit is contained in:
parent
a20205f2b1
commit
be57db9200
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ def _playback_cleanup(ended=False):
|
|||
state.PLAYER_STATES[playerid] = copy.deepcopy(state.PLAYSTATE)
|
||||
# As all playback has halted, reset the players that have been active
|
||||
state.ACTIVE_PLAYERS = set()
|
||||
LOG.debug('Finished PKC playback cleanup')
|
||||
LOG.info('Finished PKC playback cleanup')
|
||||
|
||||
|
||||
def _record_playstate(status, ended):
|
||||
|
|
Loading…
Reference in a new issue