Logging: quiet material loading.

This commit is contained in:
jmt
2009-09-14 12:09:49 +00:00
committed by Tim Moore
parent 5803b05bd5
commit 42f07e3f14

View 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 {