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:
Werner Koch 2014-11-13 17:01:17 +01:00
parent 63c6514415
commit 22748338da
1 changed files with 2 additions and 0 deletions

View File

@ -424,6 +424,8 @@ dump_kbnode (KBNODE node)
pk->flags.valid? 'v':'.',
pk->flags.mdc? 'm':'.');
}
else
log_printf ("\n");
log_flush ();
}