changed the error message of outputdir doesn not exist

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@638 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-07-23 08:26:14 +00:00
parent b5b031a33e
commit dde2d91139

View File

@ -80,7 +80,7 @@ public:
retval.append("Could not set the exact region of interest. Verify ROI set by detector.\n"); retval.append("Could not set the exact region of interest. Verify ROI set by detector.\n");
if(slsErrorMask&FILE_PATH_DOES_NOT_EXIST) if(slsErrorMask&FILE_PATH_DOES_NOT_EXIST)
retval.append("File Path does not exist.\n"); retval.append("Path to Output Directory does not exist.\n");
if(slsErrorMask&RECEIVER_READ_FREQUENCY) if(slsErrorMask&RECEIVER_READ_FREQUENCY)
retval.append("Could not set receiver read frequency.\n"); retval.append("Could not set receiver read frequency.\n");