mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02:00
fixed for virtual servers rr
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user