Rephrase error message
[babeltrace.git] / formats / ctf / ctf.c
index 730566653276551145d2aa585282684dac03aa27..3f56a729036b568d070b8fc407569c44c5518f1c 100644 (file)
@@ -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;
                }
 
This page took 0.023123 seconds and 4 git commands to generate.