mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
utils/delete: Use proper error string on deletion
This commit is contained in:
@ -79,7 +79,7 @@ delete_fingerprints (FprintDBusDevice *dev, const char *username)
|
|||||||
}
|
}
|
||||||
if (!ignore_error)
|
if (!ignore_error)
|
||||||
{
|
{
|
||||||
g_print ("ListEnrolledFingers failed: %s\n",
|
g_print ("Failed to delete fingerprints: %s\n",
|
||||||
error->message);
|
error->message);
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user