]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/mag_compass.cxx
Boris Koenig:
[flightgear.git] / src / Instrumentation / mag_compass.cxx
index 378dd4bdd3efeac168723179341ff3bc460f3597..c7b13553c37f2d9793eb47c00620590de4341945 100644 (file)
@@ -33,9 +33,9 @@ MagCompass::MagCompass ( SGPropertyNode *node )
         } else if ( cname == "number" ) {
             num = child->getIntValue();
         } else {
-            SG_LOG( SG_AUTOPILOT, SG_WARN, "Error in magnetic-compass config logic" );
+            SG_LOG( SG_INSTR, SG_WARN, "Error in magnetic-compass config logic" );
             if ( name.length() ) {
-                SG_LOG( SG_AUTOPILOT, SG_WARN, "Section = " << name );
+                SG_LOG( SG_INSTR, SG_WARN, "Section = " << name );
             }
         }
     }