Skip to content
Snippets Groups Projects
Commit 3f98dfaa authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

added debug message for killing processes

parent 7d0dec3e
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ ProcessManager::killProcesses()
if (threadID != pthread_self())
{
pthread_cancel(threadID);
Cdo_Debug(CdoDebug::PROCESS_MANAGER, "process kiled:", threadID);
}
}
}
......
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