From: Seungha Son Date: Thu, 22 Jun 2017 04:44:32 +0000 (+0900) Subject: Modify log description to minimize lengthy logs. X-Git-Tag: accepted/tizen/unified/20170629.013736~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7eaae7d128bcdc225855d6ff55fe444d79396fce;p=platform%2Fcore%2Fappfw%2Fdata-provider-master.git Modify log description to minimize lengthy logs. Signed-off-by: Seungha Son Change-Id: I98dc221202fe771c472f555c44319ab3a51e8a04 --- diff --git a/src/notification_service.c b/src/notification_service.c index 89c7d28..be78fb6 100755 --- a/src/notification_service.c +++ b/src/notification_service.c @@ -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; }