Skip to content
Snippets Groups Projects
Commit aa59ea11 authored by René Heß's avatar René Heß
Browse files

Remove error

There is a fallback implementation if dmesg cannot be read
parent d8093a55
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