]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/waypoint.cxx
Convert runway parser and all internals to metric units and 2 runway ends.
[flightgear.git] / src / Navaids / waypoint.cxx
index ede0f026d5d6ae8504a028a35d36f06117a1ba4d..aaeedd53c84dbcfc43f38fef9fdd5d96672d09c3 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <simgear/structure/exception.hxx>
 
-#include <Airports/simple.hxx>
+#include <Airports/airport.hxx>
 #include <Airports/runways.hxx>
 
 using std::string;
@@ -78,7 +78,7 @@ NavaidWaypoint::NavaidWaypoint(FGPositioned* aPos, RouteBase* aOwner) :
   _navaid(aPos)
 {
   if (aPos->type() == FGPositioned::RUNWAY) {
-      SG_LOG(SG_GENERAL, SG_WARN, "sure you don't want to be building a runway waypt here?");
+      SG_LOG(SG_NAVAID, SG_WARN, "sure you don't want to be building a runway waypt here?");
   }
 }