diff options
Diffstat (limited to 'source4/librpc/ndr/ndr.c')
-rw-r--r-- | source4/librpc/ndr/ndr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/ndr/ndr.c b/source4/librpc/ndr/ndr.c index 61119b78da..17d130a85b 100644 --- a/source4/librpc/ndr/ndr.c +++ b/source4/librpc/ndr/ndr.c @@ -186,10 +186,10 @@ _PUBLIC_ void ndr_print_debug_helper(struct ndr_print *ndr, const char *format, va_end(ap); for (i=0;i<ndr->depth;i++) { - DEBUG(0,(" ")); + DEBUGADD(0,(" ")); } - DEBUG(0,("%s\n", s)); + DEBUGADD(0,("%s\n", s)); free(s); } |