]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/newcache.cxx
Minor tweaks to sound subsystem update rates.
[flightgear.git] / src / Scenery / newcache.cxx
index 5b822595adf43cc76e0c4d0acdbdeb672b7c7445..5b3c3149232afafa7b39a5979dfafb10df87a0ad 100644 (file)
@@ -206,9 +206,9 @@ long FGNewCache::get_oldest_tile() {
         }
     }
 
-    SG_LOG( SG_TERRAIN, SG_INFO, "    min_time = " << min_time );
-    SG_LOG( SG_TERRAIN, SG_INFO, "    index = " << min_index );
-    SG_LOG( SG_TERRAIN, SG_INFO, "    max_time = " << max_time );
+    SG_LOG( SG_TERRAIN, SG_DEBUG, "    min_time = " << min_time );
+    SG_LOG( SG_TERRAIN, SG_DEBUG, "    index = " << min_index );
+    SG_LOG( SG_TERRAIN, SG_DEBUG, "    max_time = " << max_time );
 
     return min_index;
 }