From f3529b81f750678892d8602dd3d1fc378b17a47c Mon Sep 17 00:00:00 2001 From: Fabian Franz BSc Date: Fri, 16 Aug 2024 23:02:33 +0200 Subject: [PATCH] Update ambed/cvocodecs.cpp --- ambed/cvocodecs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambed/cvocodecs.cpp b/ambed/cvocodecs.cpp index eee7374..d3fe698 100644 --- a/ambed/cvocodecs.cpp +++ b/ambed/cvocodecs.cpp @@ -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;