diff --git a/frameworks/core/frame_aware_policy/src/intellisense_server.cpp b/frameworks/core/frame_aware_policy/src/intellisense_server.cpp index f7335dea5c45a49b87bc83def3b6cf7d55dfb025..a2be5a3f0982c9fba8370ba6e71511fc040e84ef 100644 --- a/frameworks/core/frame_aware_policy/src/intellisense_server.cpp +++ b/frameworks/core/frame_aware_policy/src/intellisense_server.cpp @@ -175,7 +175,7 @@ void IntelliSenseServer::SetPara(const int32_t currentFps, const int32_t current RME_LOGI("[SetPara]:ioctl SetPara!\n"); std::string key = std::to_string(currentRenderType) + " " + std::to_string(currentFps); map tempMap = m_subEventPara[key]; - RME_LOGI("[SetPara]:subEventPara map size: %{public}d", tempMap.size()); + RME_LOGI("[SetPara]:subEventPara map size: %{public}zu", tempMap.size()); } } // namespace RME } // namesapce OHOS