summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2017-01-11 17:31:52 +0900
committerseungha.son <seungha.son@samsung.com>2017-01-11 17:32:54 +0900
commit19f0383ec961c12e2be388277dd11070c1fae6f3 (patch)
tree4e4eda2a54f163b1987fcf183dfd4d8c63e4dcdb
parent809614d909f6229bdce4d641b7b71e2afb2b3e63 (diff)
downloadnotification-19f0383ec961c12e2be388277dd11070c1fae6f3.tar.gz
notification-19f0383ec961c12e2be388277dd11070c1fae6f3.tar.bz2
notification-19f0383ec961c12e2be388277dd11070c1fae6f3.zip
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: I52b32aa028f9842b7cbbfc1cf5ffbf871a2a8716
-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 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)