diff --git a/slsDetectorSoftware/gotthardDetectorServer/gotthardDetectorServer b/slsDetectorSoftware/gotthardDetectorServer/gotthardDetectorServer index 1e4d4d7b6..1dd9324b8 100755 Binary files a/slsDetectorSoftware/gotthardDetectorServer/gotthardDetectorServer and b/slsDetectorSoftware/gotthardDetectorServer/gotthardDetectorServer differ diff --git a/slsDetectorSoftware/moenchDetectorServer/moenchDetectorServer b/slsDetectorSoftware/moenchDetectorServer/moenchDetectorServer index 37ce3c287..9bd04f236 100755 Binary files a/slsDetectorSoftware/moenchDetectorServer/moenchDetectorServer and b/slsDetectorSoftware/moenchDetectorServer/moenchDetectorServer differ diff --git a/slsDetectorSoftware/moenchDetectorServer/server_funcs.c b/slsDetectorSoftware/moenchDetectorServer/server_funcs.c index d35ab83cf..f67f32228 100755 --- a/slsDetectorSoftware/moenchDetectorServer/server_funcs.c +++ b/slsDetectorSoftware/moenchDetectorServer/server_funcs.c @@ -277,7 +277,7 @@ int get_detector_type(int file_des) { /* receive arguments */ /* execute action */ - ret=myDetectorType;printf("det type:%d\n",myDetectorType); + ret=myDetectorType; #ifdef VERBOSE printf("Returning detector type %d\n",ret);