Trying to interpret the object template in a yet
unimplemented format is not worth an alert.
bool
HLAFederate::readRTI13ObjectModelTemplate(const std::string& objectModel)
{
- SG_LOG(SG_IO, SG_ALERT, "HLA version RTI13 not yet(!?) supported.");
+ SG_LOG(SG_IO, SG_WARN, "HLA version RTI13 not yet(!?) supported.");
return false;
}
bool
HLAFederate::readRTI1516EObjectModelTemplate(const std::string& objectModel)
{
- SG_LOG(SG_IO, SG_ALERT, "HLA version RTI1516E not yet(!?) supported.");
+ SG_LOG(SG_IO, SG_WARN, "HLA version RTI1516E not yet(!?) supported.");
return false;
}