From d6d1d60800a539753191f626c40faa8e7774a9a9 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 3 Sep 2021 15:26:13 +0200 Subject: [PATCH] wip --- slsDetectorSoftware/src/DetectorImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/DetectorImpl.cpp b/slsDetectorSoftware/src/DetectorImpl.cpp index 03f84fc1b..f2755bb2f 100644 --- a/slsDetectorSoftware/src/DetectorImpl.cpp +++ b/slsDetectorSoftware/src/DetectorImpl.cpp @@ -1303,7 +1303,7 @@ std::vector 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;