Fix: --clock-force-correlate to handle trace collections gathered from various nodes
[babeltrace.git] / formats / ctf / metadata / ctf-visitor-generate-io-struct.c
index 500482f57f03f5c77b445dc92938a12b4fe779c2..43fdcb22442386cace3e60553842e3b5c7eabd82 100644 (file)
@@ -2360,7 +2360,7 @@ int ctf_clock_visit(FILE *fd, int depth, struct ctf_node *node, struct ctf_trace
        }
        if (!CTF_CLOCK_FIELD_IS_SET(clock, name)) {
                ret = -EPERM;
-               fprintf(fd, "[error] %s: missing namefield in clock declaration\n", __func__);
+               fprintf(fd, "[error] %s: missing name field in clock declaration\n", __func__);
                goto error;
        }
        if (g_hash_table_size(trace->clocks) > 0) {
This page took 0.022674 seconds and 4 git commands to generate.