Skip to content

Commit

Permalink
Update src/precice-aste-join.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: David Schneider <[email protected]>
  • Loading branch information
kursatyurt and davidscn authored Oct 31, 2023
1 parent 09c398b commit fed8460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/precice-aste-join.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void readRecoveryFile(const std::string &recoveryFile, int &size, std::vector<in
try {
size = recoveryData["size"].get<int>();
} catch (nlohmann::detail::parse_error &) {
std::cerr << "Error while parsing recovery file \"size\" is missing";
std::cerr << "Error while parsing the recovery file: \"size\" attribute is missing";
std::exit(EXIT_FAILURE);
} catch (nlohmann::detail::type_error &) {
std::cerr << "Error while parsing recovery file \"size\" is missing";
Expand Down

0 comments on commit fed8460

Please sign in to comment.