Fix wrong log format 32/255632/3
authorjusung <jusung07.son@samsung.com>
Mon, 22 Mar 2021 02:11:00 +0000 (11:11 +0900)
committerjusung <jusung07.son@samsung.com>
Mon, 22 Mar 2021 02:31:15 +0000 (11:31 +0900)
Change-Id: I2d4e222ed06042a11a4d6cbcdc29f1576efa2b46
Signed-off-by: jusung <jusung07.son@samsung.com>
notification-ex/dbus_event_listener.cc

index 7e3dbdb..ebea9b6 100644 (file)
@@ -254,7 +254,7 @@ int DBusEventListener::Impl::MethodCallHandler(
   if (noti_cnt > 0) {
     ret_list = dl->ReadNotiList(invocation, noti_cnt);
     if (ret_list.size() != static_cast<unsigned int>(noti_cnt)) {
-      LOGE("Read Noti List fail : Expect(%d), Actual(%lu)",
+      LOGE("Read Noti List fail : Expect(%d), Actual(%zu)",
           noti_cnt, ret_list.size());
       return -1;
     }