]> git.mxchange.org Git - simgear.git/commitdiff
Logging: quiet material loading.
authorjmt <jmt>
Mon, 14 Sep 2009 12:09:49 +0000 (12:09 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 17 Sep 2009 10:13:47 +0000 (12:13 +0200)
simgear/scene/material/matlib.cxx

index 249977128f229a830ddec4145b1d0f53ebe43c7b..f82cb2599d955ba2eb6b902e39ebdfd788710720 100644 (file)
@@ -97,7 +97,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 {