diff options
Diffstat (limited to 'procps/top.c')
-rw-r--r-- | procps/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c index 89f9d23..8fe5332 100644 --- a/procps/top.c +++ b/procps/top.c @@ -1229,7 +1229,7 @@ int top_main(int argc UNUSED_PARAM, char **argv) #endif } /* end of "while we read /proc" */ if (ntop == 0) { - bb_error_msg("no process info in /proc"); + bb_simple_error_msg("no process info in /proc"); break; } |