summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk5004.lee <mk5004.lee@samsung.com>2018-07-12 14:14:22 +0900
committermk5004.lee <mk5004.lee@samsung.com>2018-07-12 14:14:22 +0900
commitd2ac9818d0c236480fdba880ffa90559ce06c7b9 (patch)
tree18a34f57ee973b93cfe34ca14ef410e0194042c6
parent79887ad83e097dca9aa58a5886ed84c1702edc61 (diff)
downloadnotification-d2ac9818d0c236480fdba880ffa90559ce06c7b9.tar.gz
notification-d2ac9818d0c236480fdba880ffa90559ce06c7b9.tar.bz2
notification-d2ac9818d0c236480fdba880ffa90559ce06c7b9.zip
Fix build warning
Change-Id: I868c6fe5c5603c47de812e0b06e084216779631f Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
-rw-r--r--src/notification_setting_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification_setting_service.c b/src/notification_setting_service.c
index 46a1730..8fb26cf 100644
--- a/src/notification_setting_service.c
+++ b/src/notification_setting_service.c
@@ -909,7 +909,7 @@ int notification_setting_db_update_pkg_disabled(const char *pkg_id, bool value,
NOTIFICATION_SETTING_DB_TABLE, value,
pkg_id, uid);
if (query == NULL) {
- NOTIFICATION_ERR("Failed to alloc memory"); /* LCOV_EXCL_LINE */
+ ERR("Failed to alloc memory"); /* LCOV_EXCL_LINE */
ret = NOTIFICATION_ERROR_OUT_OF_MEMORY;
goto out;
}