mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
changed log output
This commit is contained in:
parent
7f35d0592e
commit
5457cbfd3e
|
|
@ -61,7 +61,7 @@ class PulseAudioInput(InputBase):
|
||||||
logging.info("start decoding")
|
logging.info("start decoding")
|
||||||
while self._isRunning:
|
while self._isRunning:
|
||||||
if not PulseAudioProc.isRunning:
|
if not PulseAudioProc.isRunning:
|
||||||
logging.warning("asla was down - try to restart")
|
logging.warning("PulseAudio was down - try to restart")
|
||||||
PulseAudioProc.start()
|
PulseAudioProc.start()
|
||||||
elif not mmProc.isRunning:
|
elif not mmProc.isRunning:
|
||||||
logging.warning("multimon was down - try to restart")
|
logging.warning("multimon was down - try to restart")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue