diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index dfd0e2358..ce287feaf 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -3575,7 +3575,7 @@ void Module::sendProgram(bool blackfin, std::vector buffer, throw DetectorError(os.str()); } LOG(logINFO) << "Module " << moduleIndex << " (" << shm()->hostname - << "): " << functionType << " udpated successfully"; + << "): " << functionType << " successful"; } void Module::simulatingActivityinDetector(const std::string &functionType,