mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
device: Print error if deletion fails during garbage collection
This commit is contained in:
@ -1936,7 +1936,8 @@ enroll_identify_cb (FpDevice *dev, GAsyncResult *res, void *user_data)
|
|||||||
priv->current_cancellable,
|
priv->current_cancellable,
|
||||||
&error))
|
&error))
|
||||||
{
|
{
|
||||||
g_warning ("Failed to garbage collect duplicate print, cannot continue with enroll.");
|
g_warning ("Failed to garbage collect duplicate print, cannot continue with enroll: %s",
|
||||||
|
error->message);
|
||||||
g_signal_emit (rdev, signals[SIGNAL_ENROLL_STATUS], 0, "enroll-duplicate", TRUE);
|
g_signal_emit (rdev, signals[SIGNAL_ENROLL_STATUS], 0, "enroll-duplicate", TRUE);
|
||||||
|
|
||||||
stoppable_action_completed (rdev);
|
stoppable_action_completed (rdev);
|
||||||
|
|||||||
Reference in New Issue
Block a user