mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
minor
This commit is contained in:
parent
38c31fdada
commit
6dd6685e7d
@ -1566,7 +1566,7 @@ void Module::setReceiverHostname(const std::string &receiverIP) {
|
||||
if (n != sizeof(retval)) {
|
||||
throw RuntimeError("Could not get parameters from detector to configure receiver");
|
||||
}
|
||||
LOG(logINFO)
|
||||
LOG(logDEBUG1)
|
||||
<< "detType:" << retval.detType << std::endl
|
||||
<< "multiSize.x:" << retval.multiSize.x << std::endl
|
||||
<< "multiSize.y:" << retval.multiSize.y << std::endl
|
||||
|
@ -335,7 +335,7 @@ int ClientInterface::get_version(Interface &socket) {
|
||||
|
||||
int ClientInterface::setup_receiver(Interface &socket) {
|
||||
auto arg = socket.Receive<rxParameters>();
|
||||
LOG(logINFO)
|
||||
LOG(logDEBUG1)
|
||||
<< "detType:" << arg.detType << std::endl
|
||||
<< "multiSize.x:" << arg.multiSize.x << std::endl
|
||||
<< "multiSize.y:" << arg.multiSize.y << std::endl
|
||||
|
Loading…
x
Reference in New Issue
Block a user