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:
parent
800dd73551
commit
5abe6dffdb
1 changed files with 1 additions and 1 deletions
|
@ -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" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue