Add missing double-quotes to clock uuid
[lttng-modules.git] / lttng-events.c
index c25d4449ebec3e72985dee8ce246caed33655c08..674494bd6b0c30998ed3ada2083ccd765f7fafc7 100644 (file)
@@ -948,7 +948,7 @@ int _lttng_session_metadata_statedump(struct lttng_session *session)
 
        if (!trace_clock_uuid(clock_uuid_s)) {
                ret = lttng_metadata_printf(session,
-                       "       uuid = %s;\n",
+                       "       uuid = \"%s\";\n",
                        clock_uuid_s
                        );
                if (ret)
This page took 0.023091 seconds and 4 git commands to generate.