mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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:
parent
fd6c38605a
commit
bea31c845a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user