diff options
author | Myungki Lee <mk5004.lee@samsung.com> | 2016-04-08 13:17:35 +0900 |
---|---|---|
committer | Myungki Lee <mk5004.lee@samsung.com> | 2016-04-08 13:17:35 +0900 |
commit | 8a8ef1c844f04230f3df8220c36983d730a01e7d (patch) | |
tree | 27c53119b26d1dc70088b4cde9e7b544274ad485 | |
parent | d128fd8aeda44569cc18596235e78d4533470c7a (diff) | |
download | notification-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-x | src/notification_ipc.c | 2 |
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; } |