mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Report Destination File for Unhandled Report Keywords
That way, the user gets a little more information and will be in a better position to assess whether or not the missing support is a real problem.
This commit is contained in:
parent
f9a5b1ecdb
commit
b1cba34eba
@ -1204,7 +1204,7 @@ doAllocBuffers(const unsigned bufferSize,
|
|||||||
if (keyValue.second > 0) {
|
if (keyValue.second > 0) {
|
||||||
std::string logstring = "Keyword '";
|
std::string logstring = "Keyword '";
|
||||||
logstring.append(keyValue.first);
|
logstring.append(keyValue.first);
|
||||||
logstring.append("' is unhandled for output to file.");
|
logstring.append("' is unhandled for output to restart file.");
|
||||||
OpmLog::warning("Unhandled output keyword", logstring);
|
OpmLog::warning("Unhandled output keyword", logstring);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -935,7 +935,7 @@ public:
|
|||||||
else {
|
else {
|
||||||
std::string logstring = "Keyword '";
|
std::string logstring = "Keyword '";
|
||||||
logstring.append(key.first);
|
logstring.append(key.first);
|
||||||
logstring.append("' is unhandled for output to file.");
|
logstring.append("' is unhandled for output to summary file.");
|
||||||
OpmLog::warning("Unhandled output keyword", logstring);
|
OpmLog::warning("Unhandled output keyword", logstring);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user