From dde2d911398a07091860609eae927c3067a13365 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Tue, 23 Jul 2013 08:26:14 +0000 Subject: [PATCH] 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 --- slsDetectorSoftware/commonFiles/error_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/commonFiles/error_defs.h b/slsDetectorSoftware/commonFiles/error_defs.h index e0f2727ab..7e1f35c11 100644 --- a/slsDetectorSoftware/commonFiles/error_defs.h +++ b/slsDetectorSoftware/commonFiles/error_defs.h @@ -80,7 +80,7 @@ public: retval.append("Could not set the exact region of interest. Verify ROI set by detector.\n"); 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) retval.append("Could not set receiver read frequency.\n");