X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Ftrace-collection.c;fp=lib%2Ftrace-collection.c;h=42d809623d419d22d2df194fe88e45c92ae6592b;hp=0ee3c29f08fcb81ad213f4a349e3d4ec18196ce9;hb=17d37c4d92c1f0f8e81b18ae1cde2c509dc06d54;hpb=a20297314f2be3a888057fb77b24b552222aa038 diff --git a/lib/trace-collection.c b/lib/trace-collection.c index 0ee3c29f..42d80962 100644 --- a/lib/trace-collection.c +++ b/lib/trace-collection.c @@ -157,7 +157,7 @@ int trace_collection_add(struct trace_collection *tc, check_clock_match, &clock_match); if (!clock_match.clock_match) { - fprintf(stderr, "[error] No clocks can be correlated and multiple traces are added to the collection.\n"); + fprintf(stderr, "[error] No clocks can be correlated and multiple traces are added to the collection. If you are certain those traces can be correlated, try using \"--clock-force-correlate\".\n"); goto error; } }