This commit is contained in:
maliakal_d 2021-09-08 18:59:38 +02:00
parent fb271e3a86
commit fff2a53fb9

View File

@ -3808,6 +3808,8 @@ int program_fpga(int file_des) {
retvals); retvals);
LOG(logERROR, (mess)); LOG(logERROR, (mess));
return FAIL; return FAIL;
} else {
LOG(logINFO, ("Result:%s\n"), retvals);
} }
} }