[notification] Fixed log format 02/271602/2 submit/tizen/20220223.093847
authorPiotr Kosko/Tizen API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Wed, 23 Feb 2022 08:40:06 +0000 (09:40 +0100)
committerPiotr Kosko <p.kosko@samsung.com>
Wed, 23 Feb 2022 09:37:23 +0000 (09:37 +0000)
[Verification] Code compiles for aarch64

Change-Id: Id93e303e118af2e3153d84c253684330d463185a

src/notification/user_notification.cc

index 6282a3b..3b2c7f0 100644 (file)
@@ -290,7 +290,7 @@ PlatformResult UserNotification::AddButtonsToJson(notification_h noti_handle,
   picojson::array buttons_array;
 
   for (size_t i = 0; i < buttons_texts_map_.size(); i++) {
-    LoggerD("processing button %u", i);
+    LoggerD("processing button %zu", i);
     picojson::object item;
 
     PlatformResult status = AddTextToJson(noti_handle, buttons_texts_map_.at(i), "text", &item);