]> git.mxchange.org Git - flightgear.git/commitdiff
number one reason for lots of stale METAR reports is wrongly set system time
authormfranz <mfranz>
Mon, 14 Nov 2005 21:59:13 +0000 (21:59 +0000)
committermfranz <mfranz>
Mon, 14 Nov 2005 21:59:13 +0000 (21:59 +0000)
src/Environment/environment_ctrl.cxx

index 814f1f4a33e1cdb3f884abc8468261bc8b2e798e..a947c48a901a963a625da79787ed98fe42e79245 100644 (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;