Clarify warning message for events discarded
[babeltrace.git] / formats / ctf / ctf.c
index 15dd3f1e07ab2691379539a72f6261867b8a3374..bff84fe1df631fe836a7c5379ce3b3098782f8bc 100644 (file)
@@ -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, "] 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;
                                        fflush(stderr);
                                }
                                file_stream->parent.events_discarded = 0;
This page took 0.023388 seconds and 4 git commands to generate.