Fix: add missing semicolons after MSG, DBG, ERR print macros
[lttng-tools.git] / src / bin / lttng / commands / add_context.c
index 2311dfa20fdcc08c34ee2891d7c6ffeb810fa03f..eeaaf3a6573dfab855d2c3ef0c2de0f4bbad0faa 100644 (file)
@@ -632,7 +632,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.023388 seconds and 4 git commands to generate.