]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/simple.cxx
Avoid some useless file accesses
[flightgear.git] / src / Airports / simple.cxx
index 9df1cb254723f3ffd530f9430b6f2ead28caded5..7354db28be12753f00648058241645d9b77f4b7c 100644 (file)
@@ -442,7 +442,7 @@ void FGAirport::processThreshold(SGPropertyNode* aThreshold)
   // first, let's identify the current runway
   string id(aThreshold->getStringValue("rwy"));
   if (!hasRunwayWithIdent(id)) {
-    SG_LOG(SG_GENERAL, SG_WARN, "FGAirport::processThreshold: "
+    SG_LOG(SG_GENERAL, SG_DEBUG, "FGAirport::processThreshold: "
       "found runway not defined in the global data:" << ident() << "/" << id);
     return;
   }