diff options
Diffstat (limited to 'selinux/setfiles.c')
-rw-r--r-- | selinux/setfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/setfiles.c b/selinux/setfiles.c index 740eaf8fb..55bfb4d02 100644 --- a/selinux/setfiles.c +++ b/selinux/setfiles.c @@ -182,7 +182,7 @@ static void inc_err(void) { nerr++; if (nerr > 9 && !FLAG_d_debug) { - bb_error_msg_and_die("exiting after 10 errors"); + bb_simple_error_msg_and_die("exiting after 10 errors"); } } |