X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=bff84fe1df631fe836a7c5379ce3b3098782f8bc;hp=15dd3f1e07ab2691379539a72f6261867b8a3374;hb=a0b34fbba498a8a447357adf5920ac2c8a22f026;hpb=ca71827554747d1a4dabf9d82a7c4eacb6f908d5 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;