path.append( "Navaids/carrier_nav.dat" );
file = path.str();
- SG_LOG( SG_GENERAL, SG_ALERT, "opening file: " << path.str() );
+ SG_LOG( SG_GENERAL, SG_INFO, "opening file: " << path.str() );
sg_gzifstream incarrier( path.str() );
path = globals->get_fg_root();
path.append( "Navaids/TACAN_freq.dat" );
- file = path.str();
- cout << file << endl;
- //
+ SG_LOG( SG_GENERAL, SG_INFO, "opening file: " << path.str() );
+
sg_gzifstream inchannel( path.str() );
if ( !inchannel.is_open() ) {