mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-09 04:40:06 +00:00
fp-device: Add debug for task cancellation requests
This commit is contained in:
committed by
Marco Trevisan
parent
d938dc0278
commit
157ec7e544
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user