From 8f2638934810d4c710fe28379c6a60d56bd6aec3 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 3 Sep 2021 18:00:44 +0200 Subject: [PATCH] wip --- slsDetectorSoftware/src/Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index 32fabdf2a..36335c5e4 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -3415,7 +3415,7 @@ sls_detector_module Module::readSettingsFile(const std::string &fname, void Module::programFPGAviaBlackfin(std::vector buffer, const std::string &checksum) { uint64_t filesize = buffer.size(); - LOG(logINFOBLUE) << "checksum:" << checksum; + LOG(logDEBUG1) << "checksum:" << checksum; // send program from memory to detector LOG(logINFO) << "Sending programming binary (from pof) to detector "