mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-16 08:18:07 +02:00
utils/delete: Use proper error string on deletion
This commit is contained in:
parent
8da1b5e7f5
commit
4b246d3ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue