]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/positioned.cxx
Whoops, work-around for #926 correctly.
[flightgear.git] / src / Navaids / positioned.cxx
index 18bb22f62b6e6717e494b5efe1680d5930dc3e01..bced11728b6064a703689c3fb499dbddb75c5e30 100644 (file)
@@ -131,7 +131,7 @@ FGPositioned::Type FGPositioned::typeFromName(const std::string& aName)
     }
   }
   
-  SG_LOG(SG_GENERAL, SG_WARN, "FGPositioned::typeFromName: couldn't match:" << aName);
+  SG_LOG(SG_NAVAID, SG_WARN, "FGPositioned::typeFromName: couldn't match:" << aName);
   return INVALID;
 }