1
0
Fork 0

Julian Foad:

- In runway error message, say which runway.
This commit is contained in:
curt 2002-11-11 15:19:56 +00:00
parent 5bb24ff286
commit 8c992abfa4

View file

@ -94,8 +94,9 @@ void gen_precision_rwy( const FGRunway& rwy_info,
// belong.
double length = rwy_info.length / 2.0 + 2.0;
if ( length < 3075 ) {
SG_LOG(SG_GENERAL, SG_ALERT,
"This runway is not long enough for precision markings!");
SG_LOG( SG_GENERAL, SG_ALERT,
"Runway " << rwy_info.rwy_no << " is not long enough ("
<< rwy_info.length << ") for precision markings!");
}
double start_pct = 0;