Skip to content
Snippets Groups Projects
Commit 12edae07 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362: sleep is a cancellation point, so no need to add an explicit one

parent 5102c8bd
Branches
Tags
No related merge requests found
...@@ -174,8 +174,6 @@ void LogThread::mainLoop() ...@@ -174,8 +174,6 @@ void LogThread::mainLoop()
LOG_INFO_STR(logStr.str()); LOG_INFO_STR(logStr.str());
sleep(1); sleep(1);
Cancellation::point(); // fscanf is not necessarily a cancellation point, so we need to insert one explicitly
} }
//LOG_DEBUG("LogThread stopped"); //LOG_DEBUG("LogThread stopped");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment