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:
parent
c53fd5fc9a
commit
541606e00d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user