update loglevel printout
[lttng-tools.git] / lttng / commands / list.c
index 8c1dadac8e5dc66bddebe81d7a564c9fc7c20555..991ad28d6b01c7238fff29ee3cf912e651d1b826 100644 (file)
@@ -165,7 +165,7 @@ static void print_events(struct lttng_event *event)
                        int ret;
 
                        ret = snprintf(ll_value, LTTNG_SYMBOL_NAME_LEN,
-                               ", %lld", (long long) event->loglevel_value);
+                               " (%lld)", (long long) event->loglevel_value);
                        if (ret < 0)
                                ERR("snprintf error");
                }
This page took 0.02285 seconds and 4 git commands to generate.