This commit is contained in:
maliakal_d 2021-09-03 15:26:13 +02:00
parent 2eba0c9d74
commit d6d1d60800

View File

@ -1303,7 +1303,7 @@ std::vector<char> DetectorImpl::readProgrammingFile(const std::string &fname) {
// convert src to dst rawbin
LOG(logDEBUG1) << "Converting " << fname << " to " << destfname;
LOG(logINFO) << "Converting program to rawbin";
LOG(logINFO) << "Converting program to rawbin (srcSise:" << srcSize << ")";
{
constexpr int pofNumHeaderBytes = 0x11C;
constexpr int pofFooterOfst = 0x1000000;