Modify log description to minimize lengthy logs. 54/135354/1
authorSeungha Son <seungha.son@samsung.com>
Thu, 22 Jun 2017 04:44:32 +0000 (13:44 +0900)
committerSeungha Son <seungha.son@samsung.com>
Thu, 22 Jun 2017 04:45:05 +0000 (13:45 +0900)
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I98dc221202fe771c472f555c44319ab3a51e8a04

src/notification_service.c

index 89c7d28..be78fb6 100755 (executable)
@@ -749,7 +749,7 @@ int notification_load_noti_by_tag(GVariant *parameters, GVariant **reply_body, u
                DbgPrint("_load_noti_by_tag app_id : %s, tag : %s ", app_id, tag);
                ret = notification_noti_get_by_tag(noti, app_id, tag, param_uid);
                if (ret != NOTIFICATION_ERROR_NONE) {
-                       ErrPrint("There is no notification that is matched tag [%s]", tag);
+                       ErrPrint("No matched tag [%s]", tag);
                        goto out;
                }