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

This commit is contained in:
maliakal_d 2023-09-28 16:20:59 +02:00 committed by GitHub
parent adc68cd519
commit fb0090c79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3873,8 +3873,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;