]> git.mxchange.org Git - flightgear.git/commitdiff
degrade "Warning: catching up on tile delete queue" from SG_ALERT to SG_WARN.
authormfranz <mfranz>
Sun, 24 Jun 2007 08:30:55 +0000 (08:30 +0000)
committermfranz <mfranz>
Sun, 24 Jun 2007 08:30:55 +0000 (08:30 +0000)
* it says it's a warning (while in fact it's just saying what it's doing)
* the user can't do much here (yes, flying slower, but it doesn't say that :-)
* scrolling those countless messages in the terminal puts stress on the CPU
  in a time when it's apparently already struggling

src/Scenery/tilemgr.cxx

index 1b6196f7ab8eb8aae72b79799a50ba1f49c173ac..16104e612f2051abb6ccc91e4ee2e250d5628b1e 100644 (file)
@@ -363,7 +363,7 @@ void FGTileMgr::update_queues()
                 // get real serious and agressively free up some tiles so
                 // we don't explode our memory usage.
 
                 // get real serious and agressively free up some tiles so
                 // we don't explode our memory usage.
 
-                SG_LOG( SG_TERRAIN, SG_ALERT,
+                SG_LOG( SG_TERRAIN, SG_WARN,
                         "Warning: catching up on tile delete queue" );
             }
 
                         "Warning: catching up on tile delete queue" );
             }