[LTP] [PATCH 1/3] lib/safe_file_ops: print file info when file_lines_scanf parsed fail
Cyril Hrubis
chrubis@suse.cz
Tue Apr 28 16:56:02 CEST 2020
Hi!
> if (strict && ret != arg_count) {
> tst_brkm(TBROK, cleanup_fn, "Expected %i conversions got %i"
> - " at %s:%d", arg_count, ret, file, lineno);
> + " in %s at %s:%d", arg_count, ret, path, file, lineno);
I've changed the " in %s" to " FILKE '%s'" to match the style in the
rest of the file and pushed, good catch, thanks.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list