]> git.mxchange.org Git - flightgear.git/commitdiff
Logging: less verbose about navaids we didn't align.
authorjmt <jmt>
Mon, 14 Sep 2009 12:44:30 +0000 (12:44 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 17 Sep 2009 20:45:30 +0000 (22:45 +0200)
src/Navaids/navrecord.cxx

index 2029d2b7d3e004a2aa10c6b4c0de1432251f6741..26dfa2532bf059aba28b3a4c4142a438440f1881 100644 (file)
@@ -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");
   }
 }