From: Jérémie Galarneau Date: Mon, 4 Apr 2016 20:47:44 +0000 (-0400) Subject: Rephrase error message X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=a0960c1c1b8248d7684f96736773a1b4aba80766 Rephrase error message Signed-off-by: Jérémie Galarneau --- diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index 73056665..3f56a729 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -386,7 +386,7 @@ void ctf_print_timestamp_real(FILE *fp, time_t time_s = (time_t) ts_sec_abs; if (is_negative) { - fprintf(stderr, "[warning] Fallback to [sec.ns] for printing negative time value. Use --clock-seconds.\n"); + fprintf(stderr, "[warning] Fallback to [sec.ns] to print negative time value. Use --clock-seconds.\n"); goto seconds; }