report stream state

This commit is contained in:
badaix 2016-03-06 22:30:23 +01:00
parent cd2daa2cf9
commit 94629f9909
9 changed files with 79 additions and 12 deletions

View file

@ -55,7 +55,7 @@ Config::Config()
client->fromJson(*it);
client->connected = false;
clients.push_back(client);
std::cout << "Client:\n" << std::setw(4) << client->toJson() << '\n';
// logO << "Client:\n" << std::setw(4) << client->toJson() << '\n';
}
}
}