From 978b54dff9fb3f328ab5df2ab0458ad1a8a7550e Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Fri, 10 Mar 2017 10:51:37 +0100 Subject: [PATCH] somewhere --- slsDetectorSoftware/slsDetector/slsDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index f5aeed94c..29a47558d 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -7537,7 +7537,7 @@ string slsDetector::setFilePath(string s) { pthread_mutex_unlock(&ms); } else if(!s.empty()){ - std::cout << "path does not exist" << endl; + std::cout << "file path does not exist" << endl; setErrorMask((getErrorMask())|(FILE_PATH_DOES_NOT_EXIST)); } if(ret==FORCE_UPDATE)