removing the misleading word 'Simulating' when programmig fpga (#815)

This commit is contained in:
maliakal_d 2023-09-28 16:21:31 +02:00 committed by GitHub
parent 9834b07b47
commit 88c39ba702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3932,8 +3932,8 @@ void Module::sendProgram(bool blackfin, std::vector<char> 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;