X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;fp=formats%2Fctf%2Fctf.c;h=3f56a729036b568d070b8fc407569c44c5518f1c;hp=730566653276551145d2aa585282684dac03aa27;hb=a0960c1c1b8248d7684f96736773a1b4aba80766;hpb=e8b45bc81457a419751d97046da7902bff32ac29 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; }