]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/markerbeacon.cxx
Prepare and implement reinit methods for instruments
[flightgear.git] / src / Navaids / markerbeacon.cxx
index 2192ae5148fd46369841bc78c1497f72e8e3bc84..0af44c3a4c812cbb2eb0ba254048ab72597f1682 100644 (file)
@@ -53,7 +53,7 @@ FGMarkerBeaconRecord::create(int aTy, const string& aName, const SGGeod& aPos)
   FGRunway* runway = getRunwayFromName(aName);
   if (!runway)
   {
-      SG_LOG(SG_GENERAL, SG_ALERT, "Failed to create beacon for unknown runway '" << aName << "'.");
+      SG_LOG(SG_GENERAL, SG_WARN, "Failed to create beacon for unknown runway '" << aName << "'.");
       return NULL;
   }
   SGGeod pos(aPos);