projects
/
platform
/
core
/
api
/
notification.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6781f96
)
Change wrong log macro
48/104048/1
author
seungha.son
<seungha.son@samsung.com>
Mon, 12 Dec 2016 07:25:33 +0000
(16:25 +0900)
committer
seungha.son
<seungha.son@samsung.com>
Mon, 12 Dec 2016 07:26:20 +0000
(16:26 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I1048ea34165408d8c3a1af6b287cc23cf2c495ed
src/notification_ipc.c
patch
|
blob
|
history
diff --git
a/src/notification_ipc.c
b/src/notification_ipc.c
index 045fdd098b772dbd5af920926c9ff0cec97d7cd1..f17badfec19635dd5bca1c3a57897f9d52863dad 100755
(executable)
--- a/
src/notification_ipc.c
+++ b/
src/notification_ipc.c
@@
-970,7
+970,7
@@
int notification_ipc_request_delete_single(notification_type_e type, char *pkgna
if (reply)
g_object_unref(reply);
- NOTIFICATION_
ERR
("notification_ipc_request_delete_single done [result: %d]", result);
+ NOTIFICATION_
DBG
("notification_ipc_request_delete_single done [result: %d]", result);
return result;
}