X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=696e80e7f2c9a8bfd3e54de5c4caba0024e68b84;hb=fb3268e3029673dbb7c6d43b2dcde5e5f9eec07a;hp=0467cc6ba32d6afc828bcaeec34e31c0b58ed416;hpb=590b9e3c8fdaf2912d5919244a475f0e2f32f1b5;p=lttng-tools.git diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 0467cc6ba..696e80e7f 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -281,7 +281,7 @@ static void print_event_field(struct lttng_event_field *field) return; } MSG("%sfield: %s (%s)%s", indent8, field->field_name, - field_type(field), field->nowrite ? "" : " [no write]"); + field_type(field), field->nowrite ? " [no write]" : ""); } /*