From 28f8339ed1e0a21719dd972cec274732a2d35a91 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 5 Jan 2010 04:09:05 +0000 Subject: 2010-01-05 Marcus Brinkmann * debug.h (TRACE_LOG5): Add macro. * debug.c (_assuan_debug_buffer): Add newline * system.c: Add more debug output (conditioned on the compile-time DEBUG_SYSIO macro). --- src/debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index 37d15cb..0bdbfb5 100644 --- a/src/debug.c +++ b/src/debug.c @@ -173,8 +173,9 @@ _assuan_debug_buffer (assuan_context_t ctx, unsigned int cat, *(strp++) = ' '; } *(strp++) = ' '; + *(strp2++) = '\n'; *(strp2) = '\0'; - + _assuan_debug (ctx, cat, fmt, func, tagname, tag, str); } } -- cgit v1.2.3