card: flush stdout to get checkcmd's info messages in order.

* tools/gpg-card.c (cmd_checkkeys): Insert an fflush.
This commit is contained in:
Werner Koch 2024-01-24 10:39:23 +01:00
parent fd6c38605a
commit bea31c845a
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 0 deletions

View File

@ -1490,6 +1490,7 @@ cmd_checkkeys (card_info_t callerinfo, char *argstr)
xfree (infostr);
}
}
es_fflush (es_stdout);
if (delete_count)
log_info ("Number of deleted key copies: %d\n", delete_count);