From 19f0383ec961c12e2be388277dd11070c1fae6f3 Mon Sep 17 00:00:00 2001 From: "seungha.son" Date: Wed, 11 Jan 2017 17:31:52 +0900 Subject: Fix wrong log level Signed-off-by: seungha.son Change-Id: I52b32aa028f9842b7cbbfc1cf5ffbf871a2a8716 --- 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 f029cdd..540b3b6 100755 --- a/src/notification_ipc.c +++ b/src/notification_ipc.c @@ -1026,7 +1026,7 @@ int notification_ipc_request_delete_multiple(notification_type_e type, char *pkg if (result == NOTIFICATION_ERROR_NONE) { reply_body = g_dbus_message_get_body(reply); g_variant_get(reply_body, "(i)", &num_deleted); - NOTIFICATION_ERR("num deleted:%d", num_deleted); + NOTIFICATION_DBG("num deleted:%d", num_deleted); } if (reply) -- cgit v1.2.3