From 968c43f8748173e290e030985413d75306e3c749 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 13 Aug 2007 13:05:17 +0000 Subject: r24360: Make ndr_print_debug_helper() output readable. Guenther (This used to be commit 45ee3b55d51fcde0e5c0ea56069656d6f2647fff) --- source3/librpc/ndr/ndr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc/ndr/ndr.c') diff --git a/source3/librpc/ndr/ndr.c b/source3/librpc/ndr/ndr.c index 729d4a0451..7c3e980f2c 100644 --- a/source3/librpc/ndr/ndr.c +++ b/source3/librpc/ndr/ndr.c @@ -199,10 +199,10 @@ void ndr_print_debug_helper(struct ndr_print *ndr, const char *format, ...) _PRI va_end(ap); for (i=0;idepth;i++) { - DEBUG(0,(" ")); + DEBUGADD(0,(" ")); } - DEBUG(0,("%s\n", s)); + DEBUGADD(0,("%s\n", s)); free(s); } -- cgit