From 971e87bb490768de89cb39bdab79878297c81021 Mon Sep 17 00:00:00 2001 From: jmt Date: Mon, 14 Sep 2009 12:44:30 +0000 Subject: [PATCH] Logging: less verbose about navaids we didn't align. --- src/Navaids/navrecord.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- 2.39.5