Fix: Missing semicolon after debug statement
[lttng-tools.git] / src / bin / lttng / commands / add_context.c
index c6f4946a0e4a7fb1e2a3049be497a017b089376f..2890a4304b3731f290ea655deb5f8b29512daa42 100644 (file)
@@ -631,7 +631,7 @@ static int add_context(char *session_name)
                                                opt_channel_name);
                        } else {
                                MSG("%s context %s added to all channels",
-                                               get_domain_str(dom.type), type->opt->symbol)
+                                               get_domain_str(dom.type), type->opt->symbol);
                        }
                        success = 1;
                }
This page took 0.023857 seconds and 4 git commands to generate.