1
0
Fork 0

Change MP on-runway-start message to MANDATORY_INFO

This commit is contained in:
Automatic Release Builder 2020-09-27 10:19:45 +01:00 committed by James Turner
parent 2fe55d1e6b
commit 6e947f59eb

View file

@ -187,7 +187,7 @@ std::tuple<SGGeod, double> runwayStartPos(FGRunwayRef runway)
const bool overrideHoldShort = fgGetBool("/sim/presets/mp-hold-short-override", false);
if (!overrideHoldShort && FGIO::isMultiplayerRequested() && (fabs(offsetNm) <0.1)) {
SG_LOG( SG_GENERAL, SG_WARN, "Requested to start on " << runway->airport()->ident() << "/" <<
SG_LOG( SG_GENERAL, SG_MANDATORY_INFO, "Requested to start on " << runway->airport()->ident() << "/" <<
runway->ident() << ", MP is enabled so computing hold short position to avoid runway incursion");
FGGroundNetwork* groundNet = runway->airport()->groundNetwork();