Fix: add missing semicolons after MSG, DBG, ERR print macros
[lttng-tools.git] / src / bin / lttng-sessiond / save.c
index c4abf813c341ae77718f8151808b5f75c1f54b18..77b75e363ac81da55c2b9be7a55bd2dbbd261417 100644 (file)
@@ -960,8 +960,8 @@ int save_ust_context(struct config_writer *writer,
                        context_type_string = get_ust_context_type_string(
                                ctx->ctx.ctx);
                        if (!context_type_string) {
-                               ERR("Unsupported UST context type.")
-                                       ret = LTTNG_ERR_INVALID;
+                               ERR("Unsupported UST context type.");
+                               ret = LTTNG_ERR_INVALID;
                                goto end;
                        }
 
This page took 0.023577 seconds and 4 git commands to generate.