diff --git a/interfaces/inner_api/hdi/base/hdi_smq.h b/interfaces/inner_api/hdi/base/hdi_smq.h index f825ae6c27ba602595162792c4947d2aec636bcd..73ff7c7f79f2ff28652842c6438910b4be52f202 100644 --- a/interfaces/inner_api/hdi/base/hdi_smq.h +++ b/interfaces/inner_api/hdi/base/hdi_smq.h @@ -466,7 +466,6 @@ int SharedMemQueue::Write(const T *data, size_t count, int64_t waitTimeNanoSe if (ret == 0) { break; } - HDF_LOGE("failed to write %{public}zu, retry", count); } if (ret == 0) {