setting number of frames had a bug in eiger server, refactored code a bit

This commit is contained in:
Maliakal Dhanya
2014-10-20 17:33:22 +02:00
parent dd8f48929c
commit b24f374155
5 changed files with 22 additions and 44 deletions

View File

@ -2275,9 +2275,9 @@ int get_run_status(int file_des) {
enum runStatus s;
sprintf(mess,"getting run status\n");
//#ifdef VERBOSE
#ifdef VERBOSE
printf("Getting status\n");
//#endif
#endif
#ifdef SLS_DETECTOR_FUNCTION_LIST
s= getRunStatus();printf("status:%d\n");
#endif