Add error printout, fix semantic visitor
[babeltrace.git] / formats / ctf / metadata / ctf-visitor-xml.c
index 5ca930485efe844141ec696d95ebb29222d6d1db..1e474781ce92462ffa75c02f0ab2702cca9f5872 100644 (file)
@@ -29,7 +29,7 @@
 #include "ctf-parser.h"
 #include "ctf-ast.h"
 
-#define printf_dbg(fmt, args...)       fprintf(stderr, "%s: " fmt, __func__, ## args)
+#define fprintf_dbg(fd, fmt, args...)  fprintf(fd, "%s: " fmt, __func__, ## args)
 
 static
 void print_tabs(FILE *fd, int depth)
This page took 0.022874 seconds and 4 git commands to generate.