From 8a8ef1c844f04230f3df8220c36983d730a01e7d Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Fri, 8 Apr 2016 13:17:35 +0900 Subject: [PATCH] Fix build warning Change-Id: I090be718b19f36a1275ea4c831c0bbe4b6917781 Signed-off-by: Myungki Lee --- src/notification_ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4