1
0
Fork 0

waitFor will report more paranoid

This commit is contained in:
Kaveh Vahedipour 2017-01-10 13:53:31 +01:00
parent 43f7078ded
commit 90c18e4914
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@ void Supervision::missingPrototype() {
auto available = Job::availableServers(_snapshot);
// key: prototype, value: clone
std::multimap<std::string, std::string> likeness;
//std::multimap<std::string, std::string> likeness;
for (const auto& db_ : plannedDBs) { // Planned databases
auto const& db = *(db_.second);