mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
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:
@ -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");
|
||||||
|
Reference in New Issue
Block a user