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) return; if (prg_cache_loaded == 1) - bb_error_msg("can't scan /proc - are you root?"); + bb_simple_error_msg("can't scan /proc - are you root?"); else - bb_error_msg("showing only processes with your user ID"); + bb_simple_error_msg("showing only processes with your user ID"); } #else |