Skip to content

Commit

Permalink
- fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jul 2, 2015
1 parent c99eeed commit cb40561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/FMU/FMULogger.cpp
Expand Up @@ -25,7 +25,7 @@ void FMULogger::writeInternal(std::string errorMsg, LogCategory cat, LogLevel lv
{
switch(lvl)
{
case(ERROR):
case(OM_ERROR):
callbackLogger(component, instanceName, fmiError, "?", errorMsg.c_str());
break;
case(OM_WARNING):
Expand Down

0 comments on commit cb40561

Please sign in to comment.