From bc8321eabffa23293d16d6758034203a8c7bffda Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 27 Oct 2014 16:06:51 +0800 Subject: [BUILTIN] Use error instead of warnx for fatal errors in printf This patch replaces uses of warnx where we abort with error since the effect is the same. The exit status however changes from 1 to 2. Non-fatal errors where we continue are unchanged. Signed-off-by: Herbert Xu --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b9b03a..707c24d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ * Add ifdefs around MEM_OUT handling in outmem. * Remove unnecessary restoration of format string in printf. * Remove getintmax in printf. + * Use error instead of warnx for fatal errors in printf. 2014-10-13 Eric Blake -- cgit 1.4.1