mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
Update ambed/cvocodecs.cpp
This commit is contained in:
parent
bf8b205fca
commit
f3529b81f7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue