diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2009-12-26 19:55:10 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2009-12-26 19:55:10 -0200 |
commit | 1a3212a6978e908ef73ad220a7a43c5d3b64dc23 (patch) | |
tree | e4ba4ab7239204feb969e133025105ab7388a55b /hardinfo2/hardinfo.c | |
parent | babf60d57c79d0e85255dad6401b4962fa217cb9 (diff) |
Don't block UI while doing benchmarks
Diffstat (limited to 'hardinfo2/hardinfo.c')
-rw-r--r-- | hardinfo2/hardinfo.c | 2 |
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) { |