mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ int
|
||||||
PulseAudioBackend::_start (bool /*for_latency_measurement*/)
|
PulseAudioBackend::_start (bool /*for_latency_measurement*/)
|
||||||
{
|
{
|
||||||
if (!_active && _run) {
|
if (!_active && _run) {
|
||||||
PBD::error << _("PulseAudioBackend: already active.") << endmsg;
|
PBD::error << _("PulseAudioBackend: restarting.") << endmsg;
|
||||||
/* recover from 'halted', reap threads */
|
/* recover from 'halted', reap threads */
|
||||||
stop ();
|
stop ();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue