diff --git a/detector_control/SLSDetectorWrapper.cpp b/detector_control/SLSDetectorWrapper.cpp index f9b9a5c6..a37b3516 100644 --- a/detector_control/SLSDetectorWrapper.cpp +++ b/detector_control/SLSDetectorWrapper.cpp @@ -12,7 +12,8 @@ void SLSDetectorWrapper::Initialize(DiffractionExperiment& experiment, if (experiment.GetDetectorType() == DetectorType::DECTRIS) throw JFJochException(JFJochExceptionCategory::InputParameterInvalid, "DectrisDetectorWrapper needs PSI detector"); - logger.Info("Initialize detector"); + logger.Info("Initialize detector {}", experiment.GetDetectorSetup().GetDescription()); + det_type = experiment.GetDetectorSetup().GetDetectorType(); try { auto module_hostname = experiment.GetDetectorModuleHostname();