From a0676dcf2013d9895c47e6aa75a12e3198fe357f Mon Sep 17 00:00:00 2001 From: jsteemann Date: Mon, 3 Jun 2019 11:10:31 +0200 Subject: [PATCH] add commtask debugging again --- arangod/GeneralServer/GeneralServer.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arangod/GeneralServer/GeneralServer.cpp b/arangod/GeneralServer/GeneralServer.cpp index 65f2c45915..b9c7510a17 100644 --- a/arangod/GeneralServer/GeneralServer.cpp +++ b/arangod/GeneralServer/GeneralServer.cpp @@ -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) {