]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/newcache.cxx
Irix MipsPro patches and fixes.
[flightgear.git] / src / Scenery / newcache.cxx
index c464bddee6e9ea0a0b7bba8dda3aab86f552f066..b6d26bb7f2bc0f47f3a797f20becfeb021f2c02a 100644 (file)
@@ -65,7 +65,7 @@ FGNewCache::~FGNewCache( void ) {
 
 // Free a tile cache entry
 void FGNewCache::entry_free( long cache_index ) {
-    SG_LOG( SG_TERRAIN, SG_INFO, "FREEING CACHE ENTRY = " << cache_index );
+    SG_LOG( SG_TERRAIN, SG_DEBUG, "FREEING CACHE ENTRY = " << cache_index );
     FGTileEntry *e = tile_cache[cache_index];
     e->free_tile();
     delete( e );