hla: Lower the log level of two alerts.

Trying to interpret the object template in a yet
unimplemented format is not worth an alert.
This commit is contained in:
Mathias Froehlich 2012-12-22 10:09:17 +01:00
parent c53fd5fc9a
commit 541606e00d

View File

@ -787,7 +787,7 @@ HLAFederate::processMessages()
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;
}
@ -816,7 +816,7 @@ HLAFederate::readRTI1516ObjectModelTemplate(const std::string& objectModel)
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;
}