This commit is contained in:
maliakal_d 2021-09-08 20:17:50 +02:00
parent 2601c50c96
commit e8f76e785d

View File

@ -3811,7 +3811,7 @@ int program_fpga(int file_des) {
LOG(logERROR, (mess));
return FAIL;
} else {
LOG(logINFO, ("Result:%s\n"), retvals);
LOG(logINFO, ("Result:[%s]\n"), retvals);
}
}