mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpg: Fix a missing LF in debug output.
* g10/kbnode.c (dump_kbnode): Print a LF. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
63c6514415
commit
22748338da
@ -424,6 +424,8 @@ dump_kbnode (KBNODE node)
|
||||
pk->flags.valid? 'v':'.',
|
||||
pk->flags.mdc? 'm':'.');
|
||||
}
|
||||
else
|
||||
log_printf ("\n");
|
||||
|
||||
log_flush ();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user