From 4179f55f5c1a6efc634cdc723f77011b02347038 Mon Sep 17 00:00:00 2001 From: "seungha.son" Date: Mon, 12 Dec 2016 16:25:33 +0900 Subject: Change wrong log macro Signed-off-by: seungha.son Change-Id: I1048ea34165408d8c3a1af6b287cc23cf2c495ed --- src/notification_ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3