Fix debug message channel vs session name mixup
[lttng-tools.git] / lttng-sessiond / main.c
index a40c3693452fd8a464b8121724eed1fe41572658..d1d184d89eae8915d8d8808a638ca245e0b98765 100644 (file)
@@ -2047,7 +2047,7 @@ static int cmd_enable_channel(struct ltt_session *session,
        int ret;
        struct ltt_ust_session *usess = session->ust_session;
 
-       DBG("Enabling channel %s for session %s", session->name, attr->name);
+       DBG("Enabling channel %s for session %s", attr->name, session->name);
 
        switch (domain->type) {
        case LTTNG_DOMAIN_KERNEL:
This page took 0.023196 seconds and 4 git commands to generate.