13
0

PulseAudio: fix "already active" message emitted when not active

Apparently just a missing fixup after copy-paste.
This commit is contained in:
Mads Kiilerich 2022-10-29 15:08:32 +02:00 committed by Robin Gareus
parent 2666dfe900
commit 3fbbef3038
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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 ();
}