diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index 9e59d236c..cae9b02c6 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -2354,7 +2354,6 @@ int slsDetector::setModule(sls_detector_module module){ int imod=module.module; - #ifdef VERBOSE std::cout << "slsDetector set module " << std::endl; #endif diff --git a/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp b/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp index 76c6d382a..8a5182f58 100644 --- a/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp @@ -2663,7 +2663,7 @@ string slsDetectorCommand::cmdDAC(int narg, char *args[], int action) { dac=VSH_POT; else if (cmd=="viopower") dac=VIO_POT; - else if (cmd=="vrefds") + else if (cmd=="vref_ds") dac=G_VREF_DS; else if (cmd=="vcascn_pb") dac=G_VCASCN_PB;