From a303f46db79fc5ccc70bd08689f2ecff22044208 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 26 Jul 2016 22:14:15 +0100 Subject: [PATCH] Quiet a log message --- simgear/scene/material/matlib.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simgear/scene/material/matlib.cxx b/simgear/scene/material/matlib.cxx index 99a1c4c4..7eb917ab 100644 --- a/simgear/scene/material/matlib.cxx +++ b/simgear/scene/material/matlib.cxx @@ -93,7 +93,7 @@ bool SGMaterialLib::load( const string &fg_root, const string& mpath, // Read name node purely for logging purposes const SGPropertyNode *nameNode = node->getChild("name"); if (nameNode) { - SG_LOG( SG_TERRAIN, SG_INFO, "Loading region " + SG_LOG( SG_TERRAIN, SG_DEBUG, "Loading region " << nameNode->getStringValue()); } @@ -113,7 +113,7 @@ bool SGMaterialLib::load( const string &fg_root, const string& mpath, fabs(x2 - x1), fabs(y2 - y1)); arealist->push_back(rect); - SG_LOG( SG_TERRAIN, SG_INFO, " Area (" + SG_LOG( SG_TERRAIN, SG_DEBUG, " Area (" << rect.x() << "," << rect.y() << ") width:" << rect.width() << " height:" -- 2.39.5