summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2020-12-04 18:10:54 +0100
committerBenjamin Berg <bberg@redhat.com>2020-12-07 15:27:14 +0100
commit2d98d4543fe049b14fca6d6b2564a5aa244cf7bc (patch)
tree1b699ea1cb6af04830cf65e33a84f9652271e69a /utils
parent8c46fddd03c48108863a0ad5504fa1cfb0dada3d (diff)
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.
Diffstat (limited to 'utils')
-rw-r--r--utils/verify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/verify.c b/utils/verify.c
index 06a34a9..af3a1a7 100644
--- a/utils/verify.c
+++ b/utils/verify.c
@@ -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)