aboutsummaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2011-01-02 10:54:22 -0800
committerArjan van de Ven <arjan@linux.intel.com>2011-01-02 10:57:07 -0800
commit443f617e1162b51f248a72b803d2cf351c228797 (patch)
treee4c9bbad5d3d26897824bf7ef9195939e3d7f328 /perf
parent2aa2cfef3386e3271f7f928decc3c2d95eb19401 (diff)
downloadpowertop-443f617e1162b51f248a72b803d2cf351c228797.tar.gz
more translation bugs
Diffstat (limited to 'perf')
-rw-r--r--perf/perf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/perf.cpp b/perf/perf.cpp
index 7cdb2aa..73682aa 100644
--- a/perf/perf.cpp
+++ b/perf/perf.cpp
@@ -108,7 +108,7 @@ void perf_event::create_perf_event(char *eventname, int _cpu)
if (perf_fd < 0) {
reset_display();
- fprintf(stderr, _("PowerTOP " POWERTOP_VERSION " needs the kernel to support the 'perf' subsystem\n"));
+ fprintf(stderr, _("PowerTOP %s needs the kernel to support the 'perf' subsystem\n"), POWERTOP_VERSION);
fprintf(stderr, _("as well as support for trace points in the kernel:\n"));
fprintf(stderr, _("CONFIG_PERF_EVENTS=y\nCONFIG_PERF_COUNTERS=y\nCONFIG_TRACEPOINTS=y\nCONFIG_TRACING=y\n"));
exit(EXIT_FAILURE);