]> git.mxchange.org Git - flightgear.git/commitdiff
Temporarily added some debugging output.
authorcurt <curt>
Mon, 29 Oct 2001 04:40:19 +0000 (04:40 +0000)
committercurt <curt>
Mon, 29 Oct 2001 04:40:19 +0000 (04:40 +0000)
src/Scenery/tilemgr.cxx

index eb2dbf591fb5aa87a6cf44b05fb109b16389ca17..fec39fa20e666996e8492fe9972b5844df557c6e 100644 (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;