]> git.mxchange.org Git - flightgear.git/commitdiff
Quieten down autopilot creation log.
authorJames Turner <zakalawe@mac.com>
Wed, 26 Sep 2012 15:25:43 +0000 (16:25 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 26 Sep 2012 15:25:43 +0000 (16:25 +0100)
src/Autopilot/autopilot.cxx

index bf000210b9c3c0cc636767c336afc0fe9bb00fce..a4a593158b8c371d9a382d813623c966cf03bb69 100644 (file)
@@ -87,7 +87,7 @@ Autopilot::Autopilot( SGPropertyNode_ptr rootNode, SGPropertyNode_ptr configNode
 
     double updateInterval = node->getDoubleValue( "update-interval-secs", 0.0 );
 
-    SG_LOG( SG_AUTOPILOT, SG_INFO, "adding  autopilot component \"" << childName << "\" as \"" << component->get_name() << "\" with interval=" << updateInterval );
+    SG_LOG( SG_AUTOPILOT, SG_DEBUG, "adding  autopilot component \"" << childName << "\" as \"" << component->get_name() << "\" with interval=" << updateInterval );
     add_component(component,updateInterval);
   }
 }