1
0
Fork 0

degrade "Warning: catching up on tile delete queue" from SG_ALERT to SG_WARN.

* 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
This commit is contained in:
mfranz 2007-06-24 08:30:55 +00:00
parent 800dd73551
commit 5abe6dffdb

View file

@ -363,7 +363,7 @@ void FGTileMgr::update_queues()
// get real serious and agressively free up some tiles so // get real serious and agressively free up some tiles so
// we don't explode our memory usage. // 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" );
} }