mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +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));
|
LOG(logERROR, (mess));
|
||||||
} else {
|
} else {
|
||||||
ret = setAllTrimbits(arg);
|
ret = setAllTrimbits(arg);
|
||||||
|
if (ret == FAIL) {
|
||||||
|
strcpy(mess, "Could not set all trimbits\n");
|
||||||
|
LOG(logERROR, (mess));
|
||||||
|
}
|
||||||
#ifdef EIGERD
|
#ifdef EIGERD
|
||||||
// changes settings to undefined
|
// changes settings to undefined
|
||||||
if (getSettings() != UNDEFINED) {
|
if (getSettings() != UNDEFINED) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user