From: Ji-hoon Lee Date: Wed, 5 Jun 2024 05:18:03 +0000 (+0900) Subject: Fix build break in aarch64 profile X-Git-Tag: accepted/tizen/unified/20240607.170507^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_9.0_unified;p=platform%2Fcore%2Fuifw%2Fmulti-assistant-service.git Fix build break in aarch64 profile Change-Id: Ice2e63448cd75c41698e4e80baad4de9fa75bb81 --- diff --git a/src/service_main.cpp b/src/service_main.cpp index e667dc8..3472b3c 100644 --- a/src/service_main.cpp +++ b/src/service_main.cpp @@ -616,7 +616,7 @@ int CServiceMain::add_assistant_info(ma_assistant_info_s* info) { index = items.size(); items.push_back(ClientInfoItems()); } else { - MAS_LOGE("ClientInfoItems size exceeded %d", MAX_MACLIENT_INFO_NUM); + MAS_LOGE("ClientInfoItems size exceeded %zu", MAX_MACLIENT_INFO_NUM); } } if (-1 != index) {