Update ambed/cvocodecs.cpp

This commit is contained in:
Fabian Franz BSc 2024-08-16 23:02:33 +02:00 committed by GitHub
parent bf8b205fca
commit f3529b81f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,7 +249,7 @@ bool CVocodecs::Init(void)
else
{
std::cout << "At least one codec interfaces failed to initialize : " << iNbCh << " channels availables" << std::endl;
sd_notifyf(0, "At least one codec interfaces failed to initialize : %i channels availables", iNbCh);
sd_notifyf(0, "STATUS=At least one codec interfaces failed to initialize : %i channels availables", iNbCh);
}
// done
return ok;