]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/fixlist.cxx
Fix a couple of 64-bit warnings identified by GCC.
[flightgear.git] / src / Navaids / fixlist.cxx
index eb71baa0d4257a43a1656665f1c00a692581a8ee..2dc8806eab1dfaacb45ea7c1790c7a441b031bf6 100644 (file)
@@ -49,7 +49,7 @@ void loadFixes(const SGPath& path)
 {
   sg_gzifstream in( path.str() );
   if ( !in.is_open() ) {
-    SG_LOG( SG_GENERAL, SG_ALERT, "Cannot open file: " << path.str() );
+    SG_LOG( SG_NAVAID, SG_ALERT, "Cannot open file: " << path.str() );
     exit(-1);
   }