Add log for stop_device command
[platform/core/system/feedbackd.git] / src / haptic / haptic.c
index ba00047..93c1352 100644 (file)
@@ -1119,6 +1119,7 @@ GVariant *hdbus_stop_device(GDBusConnection *conn,
        }
 
        ret = h_ops->stop_device(handle);
+       _I("Stop the device(handle=%u) :%d", handle, ret);
 
        /* Remove duration_timer for vibrate_effect */
        clear_current_data();