mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 07:20:01 +02:00
returning empty fail message for eiger
This commit is contained in:
parent
0063cc8eb2
commit
e7c65f44cb
Binary file not shown.
@ -2984,6 +2984,10 @@ int validateAndSetAllTrimbits(int arg) {
|
||||
LOG(logERROR, (mess));
|
||||
} else {
|
||||
ret = setAllTrimbits(arg);
|
||||
if (ret == FAIL) {
|
||||
strcpy(mess, "Could not set all trimbits\n");
|
||||
LOG(logERROR, (mess));
|
||||
}
|
||||
#ifdef EIGERD
|
||||
// changes settings to undefined
|
||||
if (getSettings() != UNDEFINED) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user