diff --git a/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.cpp b/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.cpp index 2096d62c4..62c23f896 100644 --- a/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.cpp +++ b/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.cpp @@ -3516,8 +3516,6 @@ int multiSlsDetector::setCTBPatWaitTime(int level, uint64_t t, int detPos) { int multiSlsDetector::retrieveDetectorSetup(std::string const fname1, int level){ - slsDetectorCommand *cmd; - int skip=0; std::string fname; std::string str; diff --git a/slsReceiverSoftware/src/slsReceiverTCPIPInterface.cpp b/slsReceiverSoftware/src/slsReceiverTCPIPInterface.cpp index 01fecab75..720ef4ae9 100644 --- a/slsReceiverSoftware/src/slsReceiverTCPIPInterface.cpp +++ b/slsReceiverSoftware/src/slsReceiverTCPIPInterface.cpp @@ -1213,8 +1213,9 @@ int slsReceiverTCPIPInterface::set_file_dir() { FILE_LOG(logERROR) << mess; } } - if (retval != NULL) + if (retval != NULL) { FILE_LOG(logDEBUG1) << "file path:" << retval; + } clientInterface->Server_SendResult(mySock->differentClients, ret, retval, (retval == NULL) ? 0 : MAX_STR_LENGTH, mess);