]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/matlib.cxx
Stuart Buchanan: Fix a bug in the random object placement where the model selected...
[simgear.git] / simgear / scene / material / matlib.cxx
index 249977128f229a830ddec4145b1d0f53ebe43c7b..5de7e01c75d9e227d8fb989370f7049a2b7e5272 100644 (file)
 #  include <simgear_config.h>
 #endif
 
-#if defined ( __CYGWIN__ )
-#include <ieeefp.h>
-#endif
-
 #include <simgear/compiler.h>
 #include <simgear/constants.h>
 #include <simgear/structure/exception.hxx>
@@ -97,7 +93,7 @@ bool SGMaterialLib::load( const string &fg_root, const string& mpath,
                 // cerr << "Material " << name << endl;
                 matlib[name] = m;
                 m->add_name(name);
-                SG_LOG( SG_TERRAIN, SG_INFO, "  Loading material "
+                SG_LOG( SG_TERRAIN, SG_DEBUG, "  Loading material "
                         << names[j]->getStringValue() );
             }
         } else {