Temporarily added some debugging output.
This commit is contained in:
parent
5cf725035f
commit
d0df197e1d
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void FGTileMgr::initialize_queue()
|
|||
// chunks. If the chunk isn't already in the cache, then read it from
|
||||
// disk.
|
||||
int FGTileMgr::update( double lon, double lat ) {
|
||||
SG_LOG( SG_TERRAIN, SG_DEBUG, "FGTileMgr::update() for" << lon << " " << lat );
|
||||
SG_LOG( SG_TERRAIN, SG_INFO, "FGTileMgr::update() for " << lon << " " << lat );
|
||||
|
||||
longitude = lon;
|
||||
latitude = lat;
|
||||
|
|
Loading…
Add table
Reference in a new issue