X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=bff84fe1df631fe836a7c5379ce3b3098782f8bc;hb=550cb17d6186e3e3ed2daa1616ceab3da2d86b5d;hp=15dd3f1e07ab2691379539a72f6261867b8a3374;hpb=6a6b384c9d45af19bb3584a27eadc9f4afe4e2e8;p=babeltrace.git diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index 15dd3f1e..bff84fe1 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -650,7 +650,7 @@ void ctf_packet_seek(struct stream_pos *stream_pos, size_t index, int whence) fprintf(stderr, "] and ["); ctf_print_timestamp(stderr, &file_stream->parent, file_stream->parent.prev_timestamp_end); - fprintf(stderr, "]. You should consider increasing the buffer size.\n"); + fprintf(stderr, "]. You should consider recording a new trace with larger buffers or with fewer events enabled.\n"); fflush(stderr); } file_stream->parent.events_discarded = 0;