r25907: use DEBUGADD() to match samba3
authorStefan Metzmacher <metze@samba.org>
Thu, 8 Nov 2007 10:35:28 +0000 (11:35 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:44:48 +0000 (05:44 +0100)
metze

source/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);
 }