From a0960c1c1b8248d7684f96736773a1b4aba80766 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 4 Apr 2016 16:47:44 -0400 Subject: [PATCH] Rephrase error message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- formats/ctf/ctf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1