Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Nov 7, 2024
1 parent eef7222 commit 461914c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export/src/fmu4cpp/fmi2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fmi2Component fmi2Instantiate(fmi2String instanceName,
const auto guid = slave->guid();
if (guid != fmuGUID) {
std::cerr << "[fmu4cpp] Error. Wrong guid!" << std::endl;
fmu4cpp::logger l(nullptr, *functions, instanceName);
fmu4cpp::logger l(*functions, instanceName);
l.log(fmi2Fatal, "", "Error. Wrong guid!");
return nullptr;
}
Expand Down

0 comments on commit 461914c

Please sign in to comment.