PulseAudio: fix "already active" message emitted when not active
Apparently just a missing fixup after copy-paste.
This commit is contained in:
parent
2666dfe900
commit
3fbbef3038
@ -582,7 +582,7 @@ int
|
||||
PulseAudioBackend::_start (bool /*for_latency_measurement*/)
|
||||
{
|
||||
if (!_active && _run) {
|
||||
PBD::error << _("PulseAudioBackend: already active.") << endmsg;
|
||||
PBD::error << _("PulseAudioBackend: restarting.") << endmsg;
|
||||
/* recover from 'halted', reap threads */
|
||||
stop ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user