diff --git a/slsDetectorSoftware/gotthardDetectorServer/gotthardDetectorServer b/slsDetectorSoftware/gotthardDetectorServer/gotthardDetectorServer index d096a4052..d718a706d 100755 Binary files a/slsDetectorSoftware/gotthardDetectorServer/gotthardDetectorServer and b/slsDetectorSoftware/gotthardDetectorServer/gotthardDetectorServer differ diff --git a/slsDetectorSoftware/gotthardDetectorServer/server_funcs.c b/slsDetectorSoftware/gotthardDetectorServer/server_funcs.c index 6920ad219..b9ce10488 100755 --- a/slsDetectorSoftware/gotthardDetectorServer/server_funcs.c +++ b/slsDetectorSoftware/gotthardDetectorServer/server_funcs.c @@ -1575,7 +1575,7 @@ int get_threshold_energy(int file_des) { int n; int imod; - strcpy(mess,"cannot set threshold for gotthard"); + strcpy(mess,"cannot get threshold for gotthard"); n = receiveDataOnly(file_des,&imod,sizeof(imod)); if (n < 0)