X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fcommands%2Flist.c;h=abbdea1ba8bb904c86508c3ef965100073dd225c;hp=66f365e0162c95929d7c6cb7a684200225b2c55c;hb=5edd7e09e892604b00ca937c0f1bc887bb5a842c;hpb=d7b75b30d1f70dab2d5bca42cff86290c938c516 diff --git a/lttng/commands/list.c b/lttng/commands/list.c index 66f365e01..abbdea1ba 100644 --- a/lttng/commands/list.c +++ b/lttng/commands/list.c @@ -279,7 +279,7 @@ static int list_events(const char *channel_name) MSG("\n%sEvents:", indent4); if (count == 0) { - MSG("%sNone", indent6); + MSG("%sNone\n", indent6); goto end; }