Change MP on-runway-start message to MANDATORY_INFO
This commit is contained in:
parent
2fe55d1e6b
commit
6e947f59eb
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue