r25907: use DEBUGADD() to match samba3
[samba.git] / source4 / librpc / ndr / ndr.c
index 61119b78da7abb1c78bb4f3d7a1f16102ef5e6cd..17d130a85ba05063fed23817d7e0bf350446de71 100644 (file)
@@ -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);
 }