X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Fwaypoint.cxx;h=aaeedd53c84dbcfc43f38fef9fdd5d96672d09c3;hb=715c48e2d7bda63c8ca8b6960f624dc30d38334c;hp=ede0f026d5d6ae8504a028a35d36f06117a1ba4d;hpb=b0384d035f27ffba8750709e52673bd10933b050;p=flightgear.git diff --git a/src/Navaids/waypoint.cxx b/src/Navaids/waypoint.cxx index ede0f026d..aaeedd53c 100644 --- a/src/Navaids/waypoint.cxx +++ b/src/Navaids/waypoint.cxx @@ -25,7 +25,7 @@ #include -#include +#include #include 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?"); } }