summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungha Son <seungha.son@samsung.com>2018-01-15 16:03:32 +0900
committerSeungha Son <seungha.son@samsung.com>2018-01-15 16:03:51 +0900
commit733e1b5f680689c3945ddfa4d0343a37dbe6c798 (patch)
treedadaddb8b9cc1570c2a98a2d1267fc1be4dccc83
parent13fc8632175be82d23b30d94287ba80faaefbdb0 (diff)
downloadnotification-733e1b5f680689c3945ddfa4d0343a37dbe6c798.tar.gz
notification-733e1b5f680689c3945ddfa4d0343a37dbe6c798.tar.bz2
notification-733e1b5f680689c3945ddfa4d0343a37dbe6c798.zip
Fix build error
Signed-off-by: Seungha Son <seungha.son@samsung.com> Change-Id: Iad9857ddf8519804954e4cd2c4ebb368f51a8e3b
-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 43e183e..ac270f9 100755
--- a/src/notification_ipc.c
+++ b/src/notification_ipc.c
@@ -2506,7 +2506,7 @@ static int _send_service_register(uid_t uid)
if (reply)
g_object_unref(reply);
if (result != NOTIFICATION_ERROR_NONE) {
- ERR("send sync noti [%d]", result);
+ NOTIFICATION_ERR("send sync noti [%d]", result);
return result;
}