diff options
Diffstat (limited to 'networking/netstat.c')
-rw-r--r-- | networking/netstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index f6bcd44ba..29b891cdc 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -343,9 +343,9 @@ static void prg_cache_load(void) | |||
343 | return; | 343 | return; |
344 | 344 | ||
345 | if (prg_cache_loaded == 1) | 345 | if (prg_cache_loaded == 1) |
346 | bb_error_msg("can't scan /proc - are you root?"); | 346 | bb_simple_error_msg("can't scan /proc - are you root?"); |
347 | else | 347 | else |
348 | bb_error_msg("showing only processes with your user ID"); | 348 | bb_simple_error_msg("showing only processes with your user ID"); |
349 | } | 349 | } |
350 | 350 | ||
351 | #else | 351 | #else |