From 42f07e3f143eaf7ec817dddd7679aad6d92e4ce2 Mon Sep 17 00:00:00 2001 From: jmt Date: Mon, 14 Sep 2009 12:09:49 +0000 Subject: [PATCH] Logging: quiet material loading. --- simgear/scene/material/matlib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/material/matlib.cxx b/simgear/scene/material/matlib.cxx index 24997712..f82cb259 100644 --- a/simgear/scene/material/matlib.cxx +++ b/simgear/scene/material/matlib.cxx @@ -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 { -- 2.39.5