audio: Upgrade GST state mapping race logging from DEBUG to WARN.
This commit is contained in:
parent
dfbab4bf88
commit
d6da4b5cdb
@ -256,7 +256,7 @@ class _Handler(object):
|
|||||||
target_state = _GST_STATE_MAPPING.get(self._audio._target_state)
|
target_state = _GST_STATE_MAPPING.get(self._audio._target_state)
|
||||||
if target_state is None:
|
if target_state is None:
|
||||||
# XXX: Workaround for #1430, to be fixed properly by #1222.
|
# XXX: Workaround for #1430, to be fixed properly by #1222.
|
||||||
logger.debug('Race condition happened. See #1222 and #1430.')
|
logger.warn('Race condition happened. See #1222 and #1430.')
|
||||||
return
|
return
|
||||||
if target_state == new_state:
|
if target_state == new_state:
|
||||||
target_state = None
|
target_state = None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user