From d0df197e1d1f0b7e25c2d65a74c0be7b3636de76 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 29 Oct 2001 04:40:19 +0000 Subject: [PATCH] Temporarily added some debugging output. --- src/Scenery/tilemgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5