Fix: Missing semicolon after debug statement
[lttng-tools.git] / src / bin / lttng-sessiond / save.c
index e9f651ce2378bd6a6beaa8df025b6f10450ae3f1..6f095ec27b8e76e2572c06adf4b2b10e4803337d 100644 (file)
@@ -903,7 +903,7 @@ 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.")
+                               ERR("Unsupported UST context type.");
                                        ret = LTTNG_ERR_INVALID;
                                goto end;
                        }
This page took 0.024843 seconds and 4 git commands to generate.