X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=e4ab97cbe920c67c385e30fceccb8a68a271a145;hp=c0bd30f2245a1a3597e9e9699d500d925ea0a249;hb=401d092f582bc4f7c281438fa7c112b224252c52;hpb=87db5b86620514c382ffb510c2cf549fc6fa72d5 diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index c0bd30f22..e4ab97cbe 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -196,11 +196,10 @@ static void print_events(struct lttng_event *event) switch (event->type) { case LTTNG_EVENT_TRACEPOINT: { - MSG("%s%s%s%s%d%s (type: tracepoint)%s", indent6, + MSG("%s%s%s%s%s (type: tracepoint)%s", indent6, event->name, loglevel_string_pre(event->loglevel), loglevel_string(event->loglevel), - event->loglevel, loglevel_string_post(event->loglevel), enabled_string(event->enabled)); break;