diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index 74c2ad236..4b89f74ff 100755 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -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 diff --git a/slsReceiverSoftware/src/ClientInterface.cpp b/slsReceiverSoftware/src/ClientInterface.cpp index 7fa20a165..c04d378bd 100755 --- a/slsReceiverSoftware/src/ClientInterface.cpp +++ b/slsReceiverSoftware/src/ClientInterface.cpp @@ -335,7 +335,7 @@ int ClientInterface::get_version(Interface &socket) { int ClientInterface::setup_receiver(Interface &socket) { auto arg = socket.Receive(); - LOG(logINFO) + LOG(logDEBUG1) << "detType:" << arg.detType << std::endl << "multiSize.x:" << arg.multiSize.x << std::endl << "multiSize.y:" << arg.multiSize.y << std::endl