summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-04-08 13:17:35 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-04-08 13:17:35 +0900
commit8a8ef1c844f04230f3df8220c36983d730a01e7d (patch)
tree27c53119b26d1dc70088b4cde9e7b544274ad485
parentd128fd8aeda44569cc18596235e78d4533470c7a (diff)
downloadnotification-8a8ef1c844f04230f3df8220c36983d730a01e7d.tar.gz
notification-8a8ef1c844f04230f3df8220c36983d730a01e7d.tar.bz2
notification-8a8ef1c844f04230f3df8220c36983d730a01e7d.zip
Fix build warning
Change-Id: I090be718b19f36a1275ea4c831c0bbe4b6917781 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
-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 4f6edc3..3b5cbcf 100755
--- a/src/notification_ipc.c
+++ b/src/notification_ipc.c
@@ -135,7 +135,7 @@ int notification_ipc_is_master_ready(void)
ret = _dbus_init();
if (ret != NOTIFICATION_ERROR_NONE) {
- NOTIFICATION_ERR("Can't init dbus %d", result);
+ NOTIFICATION_ERR("Can't init dbus %d", ret);
is_master_started = 0;
return is_master_started;
}