diff --git a/audiohandler/src/daudio_handler.cpp b/audiohandler/src/daudio_handler.cpp index d1d12b04a7524c3b045d9fd86d4354be1e8220fe..8cf59a9b5d3fbcc68f434f25feacc4e65399a42f 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_);