]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/waypoint.cxx
Fix a couple of 64-bit warnings identified by GCC.
[flightgear.git] / src / Navaids / waypoint.cxx
index ede0f026d5d6ae8504a028a35d36f06117a1ba4d..81e2c5c8261bd52ac8b563f50aed0665ac442b6f 100644 (file)
@@ -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?");
   }
 }