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