]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/dme.cxx
Make FlightGear work with 16bpp:
[flightgear.git] / src / Instrumentation / dme.cxx
index 0164888a170f5fc67c37a174ab8c1865c444918c..e74977399de06eef51791c748d3fc0bb20464cd8 100644 (file)
@@ -57,9 +57,9 @@ DME::DME ( SGPropertyNode *node )
         } else if ( cname == "number" ) {
             num = child->getIntValue();
         } else {
-            SG_LOG( SG_AUTOPILOT, SG_WARN, "Error in dme config logic" );
+            SG_LOG( SG_INSTR, SG_WARN, "Error in dme config logic" );
             if ( name.length() ) {
-                SG_LOG( SG_AUTOPILOT, SG_WARN, "Section = " << name );
+                SG_LOG( SG_INSTR, SG_WARN, "Section = " << name );
             }
         }
     }