From 2d98d4543fe049b14fca6d6b2564a5aa244cf7bc Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 4 Dec 2020 18:10:54 +0100 Subject: [PATCH] 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. --- utils/verify.c | 1 + 1 file changed, 1 insertion(+) 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)