included detailed error of settings file could not find

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@656 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2013-08-16 13:55:05 +00:00
parent 13189b6414
commit 0441c91557

View File

@ -738,6 +738,10 @@ int slsDetectorUtils::retrieveDetectorSetup(string const fname1, int level){
#ifdef VERBOSE #ifdef VERBOSE
std::cout<< "Read " << iline << " lines" << std::endl; std::cout<< "Read " << iline << " lines" << std::endl;
#endif #endif
if (getErrorMask())
return FAIL;
return OK; return OK;