From e2a6cb2b0a5671ffa5eb52e9ad6198a0bbc1e784 Mon Sep 17 00:00:00 2001 From: wujianlin Date: Fri, 1 Aug 2025 10:17:41 +0800 Subject: [PATCH] Adjust the log level and reduce the log printing frequency. Issue:https://gitee.com/openharmony/commonlibrary_c_utils/issues/ICQ9SH?from=project-issue Signed-off-by: wujianlin --- base/src/parcel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/parcel.cpp b/base/src/parcel.cpp index d0a2d72..bf14479 100644 --- a/base/src/parcel.cpp +++ b/base/src/parcel.cpp @@ -284,7 +284,7 @@ bool Parcel::CheckOffsets() } objCount++; } - UTILS_LOGW("CheckOffsets Invalid obj: obj not found."); + UTILS_LOGD("CheckOffsets Invalid obj: obj not found."); return false; } -- Gitee