diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2018-02-27 22:34:49 -0600 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2018-02-27 22:34:49 -0600 |
commit | 00831e690c4581ee8f0f92902ebdb75304bde817 (patch) | |
tree | 55a37b9cc5d60ad047631ffb39d2f822a22d6d39 /hardinfo/hardinfo.c | |
parent | d95f107ef2b9e82c341060be0def97d7bfa430b9 (diff) | |
parent | 09fcc751ef158898c315ebc9299a0fa3a722d914 (diff) |
Update upstream source from tag 'upstream/0.5.1+git20180227'
Update to upstream version '0.5.1+git20180227'
with Debian dir 7ca675e2ccb4367b7cc5b255a36b5173afaf9d2c
Diffstat (limited to 'hardinfo/hardinfo.c')
-rw-r--r-- | hardinfo/hardinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo/hardinfo.c b/hardinfo/hardinfo.c index 4401a551..b3bef9b5 100644 --- a/hardinfo/hardinfo.c +++ b/hardinfo/hardinfo.c @@ -121,8 +121,9 @@ int main(int argc, char **argv) result = module_call_method_param("benchmark::runBenchmark", params.run_benchmark); if (!result) { - g_error(_("Unknown benchmark ``%s'' or libbenchmark.so not loaded"), params.run_benchmark); + g_error(_("Unknown benchmark ``%s'' or benchmark.so not loaded"), params.run_benchmark); } else { + fprintf(stderr, "\n"); g_print("%s\n", result); g_free(result); } |