fixed for virtual servers rr

This commit is contained in:
2021-08-31 11:42:17 +02:00
parent a8d3721812
commit 204a4764b9
7 changed files with 13 additions and 16 deletions

View File

@ -1669,7 +1669,7 @@ int ClientInterface::set_rate_correct(Interface &socket) {
std::vector<int64_t> t(index);
socket.Receive(t);
verifyIdle(socket);
LOG(logINFOBLUE) << "Setting rate corrections[" << index << ']';
LOG(logINFO) << "Setting rate corrections[" << index << ']';
impl()->setRateCorrections(t);
return socket.Send(OK);
}