Skip to content
Snippets Groups Projects
Commit 1d21972d authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[!304] Remove error

Merge branch 'bugfix/fix-tsc-for-debian' into 'master'

ref:extensions/dune-codegen There is a fallback implementation if dmesg cannot
be read

See merge request [extensions/dune-codegen!304]

  [extensions/dune-codegen!304]: gitlab.dune-project.org/extensions/dune-codegen/merge_requests/304
parents d8093a55 aa59ea11
No related branches found
No related tags found
No related merge requests found
...@@ -96,8 +96,8 @@ namespace Dune { ...@@ -96,8 +96,8 @@ namespace Dune {
if (waitpid(pid,&status,0) < 0) if (waitpid(pid,&status,0) < 0)
DUNE_THROW(TSCError,"Failed to clean up dmesg child process"); DUNE_THROW(TSCError,"Failed to clean up dmesg child process");
if (WEXITSTATUS(status) != 0) // if (WEXITSTATUS(status) != 0)
DUNE_THROW(TSCError,"Child process failed with return status " << WEXITSTATUS(status)); // DUNE_THROW(TSCError,"Child process failed with return status " << WEXITSTATUS(status));
if (result < 0) if (result < 0)
DUNE_THROW(TSCNotInKernelLog,"Could not find TSC frequency information in kernel log"); DUNE_THROW(TSCNotInKernelLog,"Could not find TSC frequency information in kernel log");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment