X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Ftrace-collection.c;h=42d809623d419d22d2df194fe88e45c92ae6592b;hp=0ee3c29f08fcb81ad213f4a349e3d4ec18196ce9;hb=30c276af575248a4f83e594c987264f6caa238ba;hpb=6cba487f031260536d6a77acde888c8b1a876fcf 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; } }