From ee7ed5f5d21dc10f56d9a3b686318409c7435147 Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Thu, 16 Apr 2020 16:03:43 +0900 Subject: [PATCH] Fix build warning Change-Id: If34bd4b0461a4a8ccd78253a4a7c1df022c5538f Signed-off-by: Youngjae Cho (cherry picked from commit c227f2b608c57193cbac916036281c0a6bb3e125) --- src/haptic/standard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haptic/standard.c b/src/haptic/standard.c index 60b2a6d..c8bd450 100644 --- a/src/haptic/standard.c +++ b/src/haptic/standard.c @@ -520,7 +520,7 @@ static int stop_device(int device_handle) if (r < 0) _E("failed to stop effect(id:%d) : %d", info->effect.id, r); else - _I("Stop vibration by request. id(%d)", info->effect); + _I("Stop vibration by request. id(%d)", info->effect.id); /* unregister existing timer */ if (r >= 0 && info->timer) { -- 2.7.4