From: curt Date: Mon, 29 Oct 2001 04:40:19 +0000 (+0000) Subject: Temporarily added some debugging output. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d0df197e1d1f0b7e25c2d65a74c0be7b3636de76;p=flightgear.git Temporarily added some debugging output. --- diff --git a/src/Scenery/tilemgr.cxx b/src/Scenery/tilemgr.cxx index eb2dbf591..fec39fa20 100644 --- a/src/Scenery/tilemgr.cxx +++ b/src/Scenery/tilemgr.cxx @@ -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;