Fix: Use get_domain_str on add context
[lttng-tools.git] / src / bin / lttng / commands / add_context.c
index 8e0ae83bddf7f09457f572841853242a7a5a5c8b..c6f4946a0e4a7fb1e2a3049be497a017b089376f 100644 (file)
@@ -627,11 +627,11 @@ static int add_context(char *session_name)
                } else {
                        if (opt_channel_name) {
                                MSG("%s context %s added to channel %s",
-                                               opt_kernel ? "kernel" : "UST", type->opt->symbol,
+                                               get_domain_str(dom.type), type->opt->symbol,
                                                opt_channel_name);
                        } else {
                                MSG("%s context %s added to all channels",
-                                               opt_kernel ? "kernel" : "UST", type->opt->symbol)
+                                               get_domain_str(dom.type), type->opt->symbol)
                        }
                        success = 1;
                }
This page took 0.024088 seconds and 4 git commands to generate.