1
0
Fork 0

Temporarily added some debugging output.

This commit is contained in:
curt 2001-10-29 04:40:19 +00:00
parent 5cf725035f
commit d0df197e1d

View file

@ -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;