moench: min exptime and also a firmware update required (#911)

This commit is contained in:
2024-02-07 10:22:46 +01:00
committed by GitHub
parent 6251dc1b71
commit e4c52bde1d
4 changed files with 3 additions and 7 deletions

View File

@@ -2533,7 +2533,7 @@ int set_exptime(int file_des) {
if (gateIndex != -1) {
ret = FAIL;
sprintf(mess,
"Could not get exposure time. Gate index not implemented "
"Could not set exposure time. Gate index not implemented "
"for this detector\n");
LOG(logERROR, (mess));
} else {