mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-04 23:28:04 +02:00
utils/enroll: Fix typo on error
This commit is contained in:
parent
aba0f0a714
commit
c66d5d0fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ do_enroll (FprintDBusDevice *dev)
|
|||
|
||||
if (!fprint_dbus_device_call_enroll_stop_sync (dev, NULL, &error))
|
||||
{
|
||||
g_print ("VerifyStop failed: %s\n", error->message);
|
||||
g_print ("EnrollStop failed: %s\n", error->message);
|
||||
exit (1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue