mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
minor typo
This commit is contained in:
@ -3575,7 +3575,7 @@ void Module::sendProgram(bool blackfin, std::vector<char> buffer,
|
|||||||
throw DetectorError(os.str());
|
throw DetectorError(os.str());
|
||||||
}
|
}
|
||||||
LOG(logINFO) << "Module " << moduleIndex << " (" << shm()->hostname
|
LOG(logINFO) << "Module " << moduleIndex << " (" << shm()->hostname
|
||||||
<< "): " << functionType << " udpated successfully";
|
<< "): " << functionType << " successful";
|
||||||
}
|
}
|
||||||
|
|
||||||
void Module::simulatingActivityinDetector(const std::string &functionType,
|
void Module::simulatingActivityinDetector(const std::string &functionType,
|
||||||
|
Reference in New Issue
Block a user