]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tileentry.cxx
Fix the nmea and garmin output to a) fake a GSA sentence, b) fix a y2k bug
[flightgear.git] / src / Scenery / tileentry.cxx
index 539fe131f674d9550ac4e6e77de0adda2d6ef8f9..7e71d5da5a594ae7f9286184ef02e3beb215788b 100644 (file)
@@ -843,7 +843,7 @@ FGTileEntry::load( const string &base_path, bool is_base )
                             << " codes = " << common << " "
                             << end1 << " " << end2 );
                 } else {
-                    SG_LOG( SG_TERRAIN, SG_ALERT,
+                    SG_LOG( SG_TERRAIN, SG_DEBUG,
                             "Unknown token " << token << " in "
                             << stg_name.str() );
                     in >> ::skipws;