From: Mathieu Desnoyers Date: Thu, 31 May 2012 20:14:45 +0000 (-0400) Subject: cleanup output indentation for field listing X-Git-Tag: v2.1.0-rc1~120 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=9719a6ccfc26a410634dbab324caa1bc2d3e835d cleanup output indentation for field listing Signed-off-by: Mathieu Desnoyers --- diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 826cef269..966be2def 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -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)); }