From 1c6e33064b7599a55699f7131f24adbc3cef9dec Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 18 Nov 2021 15:39:34 +0100 Subject: [PATCH] minor typo --- slsDetectorSoftware/src/Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,