1
0
Fork 0

number one reason for lots of stale METAR reports is wrongly set system time

This commit is contained in:
mfranz 2005-11-14 21:59:13 +00:00
parent 6a3be655d2
commit 624ca31263

View file

@ -573,7 +573,8 @@ FGMetarEnvironmentCtrl::fetch_data( const string &icao )
if (++_stale_count > 10) {
_error_count = 1000;
throw sg_io_exception("More than 10 stale METAR messages in a row.");
throw sg_io_exception("More than 10 stale METAR messages in a row."
" Check your system time!");
}
} else
_stale_count = 0;