X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FScenery%2Fnewcache.cxx;h=0ba6176f8acb61f26feb6301caa41976fcd7d3ae;hb=0fe90a83dd5df063252c10f50d9f8320e9055637;hp=5b822595adf43cc76e0c4d0acdbdeb672b7c7445;hpb=4dac47f558018834278e0e98b9d20fa5a005c72b;p=flightgear.git diff --git a/src/Scenery/newcache.cxx b/src/Scenery/newcache.cxx index 5b822595a..0ba6176f8 100644 --- a/src/Scenery/newcache.cxx +++ b/src/Scenery/newcache.cxx @@ -25,13 +25,6 @@ # include #endif -#ifdef HAVE_WINDOWS_H -# include -#endif - -#include -#include - #include // plib include #include @@ -206,9 +199,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; }