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 17b6ca2..bdd0b63 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c @@ -244,7 +244,7 @@ int klogd_main(int argc UNUSED_PARAM, char **argv) if (n < 0) { if (errno == EINTR) continue; - bb_perror_msg(READ_ERROR); + bb_simple_perror_msg(READ_ERROR); break; } start[n] = '\0'; |