diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index 5a7a46b21..f3e90f95c 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -777,6 +777,7 @@ void Module::setNextFrameNumber(uint64_t value) { } void Module::sendSoftwareTrigger(const bool block) { + LOG(logINFO) << "block:" << block; sendToDetectorStop(F_SOFTWARE_TRIGGER, static_cast(block), nullptr); }