From a41d77f6adae5112dc10bf1e768ef52b060f062f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 24 Aug 2017 08:36:25 +0100 Subject: [PATCH] DEBUGGING PRINT FROM NIIBE --- common/asshelp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/asshelp.c b/common/asshelp.c index 4a9fb45..897aedf 100644 --- a/common/asshelp.c +++ b/common/asshelp.c @@ -451,6 +451,8 @@ start_new_gpg_agent (assuan_context_t *r_ctx, break; } } + if (i >= SECS_TO_WAIT_FOR_AGENT) + log_error ("agent invoked successfully, but...\n"); } } -- 2.30.2