mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
verify: Add print about start for tests
This allows properly reading the output only to the point where we can ensure that verification has started.
This commit is contained in:
@ -206,6 +206,7 @@ static void do_verify (FprintDBusDevice *dev)
|
||||
g_clear_error (&verify_state.error);
|
||||
exit (1);
|
||||
}
|
||||
g_print("Verify started!\n");
|
||||
|
||||
/* VerifyStatus signals are processing, wait for completion. */
|
||||
while (!verify_state.completed)
|
||||
|
||||
Reference in New Issue
Block a user