Fix wrong returned valu on UST start trace
[lttng-tools.git] / lttng-sessiond / ust-app.c
index 58ca9d3f235639847d7c17710940e9f3a6f5a8e7..21481b0f7e230ee7ecd454050a14a8d60679bfa7 100644 (file)
@@ -692,6 +692,8 @@ int ust_app_start_trace(struct ltt_ust_session *usess)
        struct lttng_ust_channel_attr uattr;
        struct ltt_ust_channel *uchan;
 
+       DBG("Starting all UST traces");
+
        rcu_read_lock();
        hashtable_get_first(ust_app_ht, &iter);
        while ((node = hashtable_iter_get_node(&iter)) != NULL) {
This page took 0.02396 seconds and 5 git commands to generate.