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