fix(linux): correct "Pulseadio" typo in PulseAudio log messages (#4956)
This commit is contained in:
committed by
GitHub
parent
31b85802d0
commit
a4c253f333
@@ -209,11 +209,11 @@ namespace platf {
|
||||
events->raise(ready);
|
||||
break;
|
||||
case PA_CONTEXT_TERMINATED:
|
||||
BOOST_LOG(debug) << "Pulseadio context terminated"sv;
|
||||
BOOST_LOG(debug) << "PulseAudio context terminated"sv;
|
||||
events->raise(terminated);
|
||||
break;
|
||||
case PA_CONTEXT_FAILED:
|
||||
BOOST_LOG(debug) << "Pulseadio context failed"sv;
|
||||
BOOST_LOG(debug) << "PulseAudio context failed"sv;
|
||||
events->raise(failed);
|
||||
break;
|
||||
case PA_CONTEXT_CONNECTING:
|
||||
|
||||
Reference in New Issue
Block a user