Add missing double-quotes to clock uuid
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 30 Jan 2012 16:27:58 +0000 (11:27 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 30 Jan 2012 16:27:58 +0000 (11:27 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.026439 seconds and 4 git commands to generate.