We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85253d commit dd734f5Copy full SHA for dd734f5
Common/SimConfig/src/ConfigurableParam.cxx
@@ -159,7 +159,7 @@ void ConfigurableParam::updateFromString(std::string configstring)
159
160
setValue(extractedkey, extractedvalue);
161
} else {
162
- LOG(WARN) << "Configuration key " << extractedkey << " not valid ... (ignoring)";
+ LOG(FATAL) << "Configuration key " << extractedkey << " not valid ... (abort)";
163
continue;
164
}
165
0 commit comments