diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index f24528f1a..326ee2651 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -3873,8 +3873,8 @@ void Module::sendProgram(bool blackfin, std::vector buffer, void Module::simulatingActivityinDetector(const std::string &functionType, const int timeRequired) { - LOG(logINFO) << "(Simulating) " << functionType << " for module " - << moduleIndex << " (" << shm()->hostname << ")"; + LOG(logINFO) << functionType << " for module " << moduleIndex << " (" + << shm()->hostname << ")"; printf("%d%%\r", 0); std::cout << std::flush; const int ERASE_TIME = timeRequired;