Add new API call lttng_channel_set_default_attr
[lttng-tools.git] / lttng / commands / list.c
index 035269a5860ac8c43364ae2044f9f48be389c3fa..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;
        }
 
@@ -482,7 +482,7 @@ error:
 int cmd_list(int argc, const char **argv)
 {
        int opt, i, ret = CMD_SUCCESS;
-       unsigned int nb_domain;
+       int nb_domain;
        const char *session_name;
        static poptContext pc;
        struct lttng_domain domain;
This page took 0.023251 seconds and 4 git commands to generate.