Fix build error
authorhyunho <hhstark.kang@samsung.com>
Mon, 22 Mar 2021 02:15:04 +0000 (11:15 +0900)
committerhyunho <hhstark.kang@samsung.com>
Mon, 22 Mar 2021 02:15:04 +0000 (11:15 +0900)
Change-Id: Ia7ef817738c1944974acbeae4d27184199b0d4d4
Signed-off-by: hyunho <hhstark.kang@samsung.com>
notification-ex/dbus_event_listener.cc

index fffed25..7e3dbdb 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(%d)",
+      LOGE("Read Noti List fail : Expect(%d), Actual(%lu)",
           noti_cnt, ret_list.size());
       return -1;
     }