changed the settings comments to include that it is loaded successfully

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@731 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2014-01-31 16:31:39 +00:00
parent 64d9223cb3
commit f5413637c4
2 changed files with 8 additions and 5 deletions

View File

@ -2884,6 +2884,8 @@ slsDetectorDefs::detectorSettings slsDetector::setSettings( detectorSettings ise
ostringstream ostfn, oscfn;
myMod->module=im;
std::cout << std::endl << "Loading settings for module:" << im << std::endl;
//create file names
switch(thisDetector->myDetectorType){
case EIGER:
@ -2912,7 +2914,7 @@ slsDetectorDefs::detectorSettings slsDetector::setSettings( detectorSettings ise
settingsfname=ostfn.str();
#ifdef VERBOSE
cout << "the settings name is "<<settingsfname << endl;
cout << "the settings file name is "<<settingsfname << endl;
#endif
if (readSettingsFile(settingsfname,thisDetector->myDetectorType, myMod)) {
calfname=oscfn.str();