mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +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)
|
||||
{
|
||||
g_print ("ListEnrolledFingers failed: %s\n",
|
||||
g_print ("Failed to delete fingerprints: %s\n",
|
||||
error->message);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user