This commit is contained in:
maliakal_d 2020-04-09 08:24:16 +02:00
parent 38c31fdada
commit 6dd6685e7d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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