Add disable all UST event(s) command
[lttng-tools.git] / lttng / commands / list.c
index 66f365e0162c95929d7c6cb7a684200225b2c55c..abbdea1ba8bb904c86508c3ef965100073dd225c 100644 (file)
@@ -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;
        }
 
This page took 0.022819 seconds and 4 git commands to generate.