diff options
Diffstat (limited to 'procps/powertop.c')
-rw-r--r-- | procps/powertop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/procps/powertop.c b/procps/powertop.c index e70f543..d508b5f 100644 --- a/procps/powertop.c +++ b/procps/powertop.c @@ -657,7 +657,7 @@ static void show_timerstats(void) } } else { bb_putchar('\n'); - bb_error_msg("no stats available; run as root or" + bb_simple_error_msg("no stats available; run as root or" " enable the timer_stats module"); } } @@ -707,7 +707,7 @@ int powertop_main(int argc UNUSED_PARAM, char UNUSED_PARAM **argv) /* Print warning when we don't have superuser privileges */ if (geteuid() != 0) - bb_error_msg("run as root to collect enough information"); + bb_simple_error_msg("run as root to collect enough information"); /* Get number of CPUs */ G.total_cpus = get_cpu_count(); |