From c9c5f6244b7d759f7b2b1fc279508f2b9ee26779 Mon Sep 17 00:00:00 2001 From: vv Date: Sat, 30 Aug 2025 13:20:45 +0000 Subject: [PATCH] update audiohandler/src/daudio_handler.cpp. Signed-off-by: vv --- audiohandler/src/daudio_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiohandler/src/daudio_handler.cpp b/audiohandler/src/daudio_handler.cpp index d1d12b04..8cf59a9b 100644 --- a/audiohandler/src/daudio_handler.cpp +++ b/audiohandler/src/daudio_handler.cpp @@ -51,7 +51,7 @@ int32_t DAudioHandler::Initialize() bool DAudioHandler::AddItemsToObject(DHItem &dhItem, cJSON* infoJson, const int32_t &dhId) { - DHLOGD("Get dhId and then add other items into cjson object"); + DHLOGD("get dhId and then add other items into cjson object"); int32_t deviceType = GetDevTypeByDHId(dhId); if (deviceType == AUDIO_DEVICE_TYPE_MIC) { return AddParamsToJson(dhItem, infoJson, MIC, micInfos_); -- Gitee