diff --git a/src/PreProcessor.cpp b/src/PreProcessor.cpp index d4c887a5ec75fb088aaa1982fad899a04c0310cd..03dd88d5a626ccee66158449d55213b77abef910 100644 --- a/src/PreProcessor.cpp +++ b/src/PreProcessor.cpp @@ -373,9 +373,15 @@ void PreProcessor::get_device_property() if(!warningPath.empty()) checkIfDirectoryExists(warningPath); + else + INFO_STREAM << "PreProcessor::get_device_property() WarningPath " + << "property not defined " << endl; if(!errorPath.empty()) checkIfDirectoryExists(errorPath); + else + INFO_STREAM << "PreProcessor::get_device_property() ErrorPath " + << "property not defined " << endl; if(scriptPath.empty()) throw(invalid_argument("ScriptPath property is empty or not defined"));