summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-12-12 16:25:33 +0900
committerseungha.son <seungha.son@samsung.com>2016-12-12 16:26:20 +0900
commit4179f55f5c1a6efc634cdc723f77011b02347038 (patch)
tree0dbc7369d31b3f2a90f5a944052eda74e643c663
parent6781f969a449ac21057c99638b6339847b80c31c (diff)
downloadnotification-4179f55f5c1a6efc634cdc723f77011b02347038.tar.gz
notification-4179f55f5c1a6efc634cdc723f77011b02347038.tar.bz2
notification-4179f55f5c1a6efc634cdc723f77011b02347038.zip
Change wrong log macro
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: I1048ea34165408d8c3a1af6b287cc23cf2c495ed
-rwxr-xr-xsrc/notification_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification_ipc.c b/src/notification_ipc.c
index 045fdd0..f17badf 100755
--- 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;
}