1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00
Werner Koch 088d71d367
common: New function log_debug_with_string.
* common/logging.c (do_logv): Factor some code out to ...
(print_prefix): new.
(log_logv): Add arg EXTRASTRING and print it.  Change all callers to
pass NULL for it.
(log_debug_with_string): New.  Uses EXTRASTRING.
--

This function can be used to print a human readable buffer in addition
to a log message to the log stream.  This function will keep all lines
together and prefix them with ">> ".

Signed-off-by: Werner Koch <wk@gnupg.org>
2017-01-11 10:42:44 +01:00
..
2016-11-08 16:01:53 +01:00
2015-10-28 10:20:17 +01:00
2015-11-17 12:50:22 +01:00
2016-03-02 14:27:30 +01:00
2017-01-05 20:43:40 +01:00
2015-02-03 09:12:45 +01:00

Common functionality used by all modules of GnuPG.