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) | |||
182 | { | 182 | { |
183 | nerr++; | 183 | nerr++; |
184 | if (nerr > 9 && !FLAG_d_debug) { | 184 | if (nerr > 9 && !FLAG_d_debug) { |
185 | bb_error_msg_and_die("exiting after 10 errors"); | 185 | bb_simple_error_msg_and_die("exiting after 10 errors"); |
186 | } | 186 | } |
187 | } | 187 | } |
188 | 188 | ||