Fix: clarify end of packet error
[babeltrace.git] / formats / ctf / ctf.c
index a9d90031975a4d6b49431c6e213a1aa0184699ef..c9eeafa5927b09edb5841ac3906bd90b4f567755 100644 (file)
@@ -559,7 +559,7 @@ int ctf_read_event(struct bt_stream_pos *ppos, struct ctf_stream_definition *str
        return 0;
 
 error:
-       fprintf(stderr, "[error] Unexpected end of stream. Either the trace data stream is corrupted or metadata description does not match data layout.\n");
+       fprintf(stderr, "[error] Unexpected end of packet. Either the trace data stream is corrupted or metadata description does not match data layout.\n");
        return ret;
 }
 
This page took 0.023771 seconds and 4 git commands to generate.