summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)