From: jmt Date: Mon, 14 Sep 2009 12:44:30 +0000 (+0000) Subject: Logging: less verbose about navaids we didn't align. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=971e87bb490768de89cb39bdab79878297c81021;p=flightgear.git Logging: less verbose about navaids we didn't align. --- diff --git a/src/Navaids/navrecord.cxx b/src/Navaids/navrecord.cxx index 2029d2b7d..26dfa2532 100644 --- a/src/Navaids/navrecord.cxx +++ b/src/Navaids/navrecord.cxx @@ -173,7 +173,7 @@ void FGNavRecord::alignLocaliserWithRunway(double aThreshold) mPosition = SGGeod::fromGeodFt(newPos, mPosition.getElevationFt()); set_multiuse( mRunway->headingDeg() ); } else { - SG_LOG(SG_GENERAL, SG_WARN, "localizer:" << ident() << ", aligning with runway " + SG_LOG(SG_GENERAL, SG_DEBUG, "localizer:" << ident() << ", aligning with runway " << mRunway->ident() << " exceeded heading threshold"); } }