removed warnings

This commit is contained in:
2018-10-11 13:32:24 +02:00
parent 576de404d4
commit b82fca2c8e
2 changed files with 2 additions and 3 deletions

View File

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

View File

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