X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=696e80e7f2c9a8bfd3e54de5c4caba0024e68b84;hp=0467cc6ba32d6afc828bcaeec34e31c0b58ed416;hb=45a32634662c4b3f411deaf7380c89bf3b6e4a59;hpb=1636365217be276e0a9e19ab4b8b6cdcb84afd90 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]" : ""); } /*