diff options
Diffstat (limited to 'sysklogd/klogd.c')
-rw-r--r-- | sysklogd/klogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 17b6ca235..bdd0b6325 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -244,7 +244,7 @@ int klogd_main(int argc UNUSED_PARAM, char **argv) | |||
244 | if (n < 0) { | 244 | if (n < 0) { |
245 | if (errno == EINTR) | 245 | if (errno == EINTR) |
246 | continue; | 246 | continue; |
247 | bb_perror_msg(READ_ERROR); | 247 | bb_simple_perror_msg(READ_ERROR); |
248 | break; | 248 | break; |
249 | } | 249 | } |
250 | start[n] = '\0'; | 250 | start[n] = '\0'; |