cleanup output indentation for field listing
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 31 May 2012 20:14:45 +0000 (16:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 1 Jun 2012 20:52:18 +0000 (16:52 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng/commands/list.c

index 826cef269f088164595e30240f9fd537c1db0dbe..966be2def5e3ac8f300e47ab65e2db149c7c3a21 100644 (file)
@@ -265,7 +265,7 @@ static void print_event_field(struct lttng_event_field *field)
        if (!field->field_name[0]) {
                return;
        }
-       MSG("%sfield: %s (%s)", indent6, field->field_name,
+       MSG("%sfield: %s (%s)", indent8, field->field_name,
                field_type(field));
 }
 
This page took 0.027471 seconds and 5 git commands to generate.