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:
Benjamin Berg
2020-12-04 18:10:54 +01:00
parent 8c46fddd03
commit 2d98d4543f

View File

@ -206,6 +206,7 @@ static void do_verify (FprintDBusDevice *dev)
g_clear_error (&verify_state.error); g_clear_error (&verify_state.error);
exit (1); exit (1);
} }
g_print("Verify started!\n");
/* VerifyStatus signals are processing, wait for completion. */ /* VerifyStatus signals are processing, wait for completion. */
while (!verify_state.completed) while (!verify_state.completed)