From ae4097b7771ca9f21941f8ecae8ddd06b4204e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=E4=B8=B6H?= Date: Wed, 17 Jul 2024 03:26:29 +0000 Subject: [PATCH] =?UTF-8?q?update=20interfaces/inner=5Fapi/hdi/base/hdi=5F?= =?UTF-8?q?smq.h.=20=E6=97=A5=E5=BF=97=E8=B6=85=E9=99=90=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Richard丶H --- interfaces/inner_api/hdi/base/hdi_smq.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/inner_api/hdi/base/hdi_smq.h b/interfaces/inner_api/hdi/base/hdi_smq.h index f825ae6c2..73ff7c7f7 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) { -- Gitee