]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator.cxx
Fix my mailing address by replacing it with my web page.
[flightgear.git] / src / Instrumentation / heading_indicator.cxx
index beeef54e95767f6502901d40b49ebaa9bafc735a..9c2877cf2d84d35bb0f4ad4a1692e1633757aabd 100644 (file)
@@ -26,9 +26,9 @@ HeadingIndicator::HeadingIndicator ( SGPropertyNode *node )
         } else if ( cname == "vacuum-system" ) {
             vacuum_system = cval;
         } else {
-            SG_LOG( SG_AUTOPILOT, SG_WARN, "Error in heading-indicator config logic" );
+            SG_LOG( SG_INSTR, SG_WARN, "Error in heading-indicator config logic" );
             if ( name.length() ) {
-                SG_LOG( SG_AUTOPILOT, SG_WARN, "Section = " << name );
+                SG_LOG( SG_INSTR, SG_WARN, "Section = " << name );
             }
         }
     }
@@ -56,8 +56,6 @@ HeadingIndicator::init ()
     _heading_out_node = node->getChild("indicated-heading-deg", 0, true);
     _last_heading_deg = (_heading_in_node->getDoubleValue() +
                          _offset_node->getDoubleValue());
-
-    //_serviceable_node->setBoolValue(true);
 }
 
 void