summaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/hardinfo.c')
-rw-r--r--hardinfo2/hardinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/hardinfo.c b/hardinfo2/hardinfo.c
index 0af7bc8e..d36da0aa 100644
--- a/hardinfo2/hardinfo.c
+++ b/hardinfo2/hardinfo.c
@@ -127,7 +127,7 @@ int main(int argc, char **argv)
if (!result) {
g_error("Unknown benchmark ``%s'' or benchmark.so not loaded", params.run_benchmark);
} else {
- g_print("Benchmark result: %s\n", result);
+ g_print("%s\n", result);
g_free(result);
}
} else if (params.gui_running) {