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

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