X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;fp=formats%2Fctf%2Fctf.c;h=db6615b48dcaffe4c5b5b1f6925457e254d44ac8;hb=4d251e2240975c1b35092545a547b64a881f0174;hp=9047b7c22eccb38fea4a4e917e37fab9c3905f2c;hpb=9f596776d7c49edb31ac259f0e3b916798ea6831;p=babeltrace.git diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index 9047b7c2..db6615b4 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -556,7 +556,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; }