Fix: warning message for unexpected trace byte order
[babeltrace.git] / formats / ctf / metadata / ctf-visitor-generate-io-struct.c
index 4671d1b813353aab9b1d0490784d57b78c329ed2..9bcc170670b3fd1d930996127874c482f26ae061 100644 (file)
@@ -1228,7 +1228,7 @@ int get_trace_byte_order(FILE *fd, int depth, struct ctf_node *unary_expression)
        else if (!strcmp(unary_expression->u.unary_expression.u.string, "le"))
                byte_order = LITTLE_ENDIAN;
        else {
-               fprintf(fd, "[error] %s: unexpected string \"%s\". Should be \"native\", \"network\", \"be\" or \"le\".\n",
+               fprintf(fd, "[error] %s: unexpected string \"%s\". Should be \"be\" or \"le\".\n",
                        __func__, unary_expression->u.unary_expression.u.string);
                return -EINVAL;
        }
This page took 0.023357 seconds and 4 git commands to generate.