]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/adf.cxx
Begin a rewrite of the magnetic compass code. So far, only northerly
[flightgear.git] / src / Instrumentation / adf.cxx
index e6d02a1400dd0ce2fafa028ac52ab19c2d70e3e2..9d15b2bbd023b6e09c020c8f19e90121989fdba9 100644 (file)
@@ -75,9 +75,9 @@ ADF::ADF (SGPropertyNode *node )
         } else if ( cname == "number" ) {
             num = child->getIntValue();
         } else {
-            SG_LOG( SG_AUTOPILOT, SG_WARN, "Error in adf config logic" );
+            SG_LOG( SG_INSTR, SG_WARN, "Error in adf config logic" );
             if ( name.length() ) {
-                SG_LOG( SG_AUTOPILOT, SG_WARN, "Section = " << name );
+                SG_LOG( SG_INSTR, SG_WARN, "Section = " << name );
             }
         }
     }