gui minor fix

This commit is contained in:
2020-05-20 17:27:22 +02:00
parent 174bb32744
commit be3f095b56

View File

@ -451,7 +451,7 @@ void qTabMeasurement::GetNumSamples() {
}
void qTabMeasurement::SetNumSamples(int val) {
LOG(logINFO) << "Getting number of samples to " << val;
LOG(logINFO) << "Setting number of samples to " << val;
try {
det->setNumberOfAnalogSamples(val);
}