Mi & save/load: add option to indent or not on config writer creation
[lttng-tools.git] / src / common / mi-lttng.c
index fc7207cb4137a1f9317a2525b20e38cce2c34ef8..83df149f2bc5c2eb9583ed22854bea70350c1cff 100644 (file)
@@ -354,7 +354,7 @@ struct mi_writer *mi_lttng_writer_create(int fd_output, int mi_output_type)
                goto end;
        }
        if (mi_output_type == LTTNG_MI_XML) {
-               mi_writer->writer = config_writer_create(fd_output);
+               mi_writer->writer = config_writer_create(fd_output, 0);
                if (!mi_writer->writer) {
                        goto err_destroy;
                }
This page took 0.024002 seconds and 5 git commands to generate.