Fix build warning 29/65229/1
authorMyungki Lee <mk5004.lee@samsung.com>
Fri, 8 Apr 2016 04:17:35 +0000 (13:17 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Fri, 8 Apr 2016 04:17:35 +0000 (13:17 +0900)
Change-Id: I090be718b19f36a1275ea4c831c0bbe4b6917781
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
src/notification_ipc.c

index 4f6edc3..3b5cbcf 100755 (executable)
@@ -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;
        }