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