minor typo

This commit is contained in:
2021-11-18 15:39:34 +01:00
parent a74f71be0e
commit 1c6e33064b

View File

@ -3575,7 +3575,7 @@ void Module::sendProgram(bool blackfin, std::vector<char> buffer,
throw DetectorError(os.str());
}
LOG(logINFO) << "Module " << moduleIndex << " (" << shm()->hostname
<< "): " << functionType << " udpated successfully";
<< "): " << functionType << " successful";
}
void Module::simulatingActivityinDetector(const std::string &functionType,