From: Myungki Lee Date: Fri, 8 Apr 2016 04:17:35 +0000 (+0900) Subject: Fix build warning X-Git-Tag: accepted/tizen/common/20160414.143050~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a8ef1c844f04230f3df8220c36983d730a01e7d;p=platform%2Fcore%2Fapi%2Fnotification.git Fix build warning Change-Id: I090be718b19f36a1275ea4c831c0bbe4b6917781 Signed-off-by: Myungki Lee --- 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; }