fp-device: Add debug for task cancellation requests

This commit is contained in:
Marco Trevisan (Treviño)
2026-07-24 10:54:02 +00:00
committed by Marco Trevisan
parent d938dc0278
commit 157ec7e544
+3
View File
@@ -128,6 +128,9 @@ fp_device_task_cancelled_cb (GCancellable *cancellable, FpDevice *self)
{
FpDevicePrivate *priv = fp_device_get_instance_private (self);
g_debug ("Task cancellable for operation %d cancelled",
priv->current_action);
g_cancellable_cancel (priv->current_cancellable);
}