]> git.mxchange.org Git - simgear.git/commitdiff
Quiet a log message
authorJames Turner <zakalawe@mac.com>
Tue, 26 Jul 2016 21:14:15 +0000 (22:14 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
simgear/scene/material/matlib.cxx

index 99a1c4c46cd454f56bf8f5055f4054ac9998646d..7eb917ab9a65215208414b9efe5dc9e3d796a7d2 100644 (file)
@@ -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:"