projects
/
platform
/
core
/
appfw
/
data-provider-master.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ff590b
)
Modify log description to minimize lengthy logs.
54/135354/1
author
Seungha Son
<seungha.son@samsung.com>
Thu, 22 Jun 2017 04:44:32 +0000
(13:44 +0900)
committer
Seungha 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
patch
|
blob
|
history
diff --git
a/src/notification_service.c
b/src/notification_service.c
index
89c7d28
..
be78fb6
100755
(executable)
--- 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;
}