1
0
Fork 0

add commtask debugging again

This commit is contained in:
jsteemann 2019-06-03 11:10:31 +02:00
parent 06054dfb64
commit a0676dcf20
1 changed files with 1 additions and 3 deletions

View File

@ -127,12 +127,10 @@ void GeneralServer::stopWorking() {
std::this_thread::sleep_for(std::chrono::milliseconds(5));
// this is a debugging facility that we can hopefully remove soon
/*
MUTEX_LOCKER(lock, _tasksLock);
for (auto const& it : _commTasks) {
LOG_TOPIC("9b8ac", WARN, Logger::FIXME) << "- found comm task with id " << it.first << " -> " << it.second.get();
LOG_TOPIC("9b8ac", INFO, Logger::FIXME) << "- found comm task with id " << it.first << " -> " << it.second.get();
}
*/
}
for (auto& context : _contexts) {