1
0
Fork 0

Logging: less verbose about navaids we didn't align.

This commit is contained in:
jmt 2009-09-14 12:44:30 +00:00 committed by Tim Moore
parent daadb16370
commit 971e87bb49

View file

@ -173,7 +173,7 @@ void FGNavRecord::alignLocaliserWithRunway(double aThreshold)
mPosition = SGGeod::fromGeodFt(newPos, mPosition.getElevationFt());
set_multiuse( mRunway->headingDeg() );
} else {
SG_LOG(SG_GENERAL, SG_WARN, "localizer:" << ident() << ", aligning with runway "
SG_LOG(SG_GENERAL, SG_DEBUG, "localizer:" << ident() << ", aligning with runway "
<< mRunway->ident() << " exceeded heading threshold");
}
}