diff --git a/src/Navaids/markerbeacon.cxx b/src/Navaids/markerbeacon.cxx index 2192ae514..0af44c3a4 100644 --- a/src/Navaids/markerbeacon.cxx +++ b/src/Navaids/markerbeacon.cxx @@ -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);