jungfrau server: programfpga: handling bus error, and printing a message for user to restart servers when done in client command line

This commit is contained in:
2018-05-09 15:57:18 +02:00
parent 30f1e6ad3f
commit 8986b008dd
3 changed files with 13 additions and 2 deletions

View File

@ -7868,6 +7868,9 @@ int slsDetector::programFPGA(string fname){
disconnectControl();
}
}
if (ret != FAIL) {
printf("You can now restart the detector servers in normal mode.\n");
}
//free resources
if(fpgasrc != NULL)