unknown function enum error proper print

This commit is contained in:
2021-11-09 15:37:12 +01:00
parent f8e2522a11
commit db88f67cda
2 changed files with 8 additions and 28 deletions

View File

@ -1359,7 +1359,7 @@ std::vector<char> DetectorImpl::readProgrammingFile(const std::string &fname) {
if (close(dst) != 0) {
throw RuntimeError("Program FPGA: Could not close destination file");
}
LOG(logINFOBLUE) << "File has been converted to " << destfname;
LOG(logINFO) << "File has been converted to " << destfname;
// load converted file to memory
std::vector<char> buffer = readBinaryFile(destfname, "Program FPGA");