Change wrong log macro 48/104048/1
authorseungha.son <seungha.son@samsung.com>
Mon, 12 Dec 2016 07:25:33 +0000 (16:25 +0900)
committerseungha.son <seungha.son@samsung.com>
Mon, 12 Dec 2016 07:26:20 +0000 (16:26 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I1048ea34165408d8c3a1af6b287cc23cf2c495ed

src/notification_ipc.c

index 045fdd098b772dbd5af920926c9ff0cec97d7cd1..f17badfec19635dd5bca1c3a57897f9d52863dad 100755 (executable)
@@ -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;
 }