更新 'utils/fgcom/fgcom_external.cxx'

next
zhongjin 2 years ago
parent e3f2781b1d
commit 21291723c6

@ -605,6 +605,8 @@ bool lib_call(std::string icao, double freq)
SG_LOG( SG_GENERAL, SG_ALERT, "Warning: cannot call: " << num );
return false;
}
SG_LOG(SG_GENERAL, SG_DEBUG, "iaxc_call(" << num << ")");
return true;
}
@ -622,6 +624,8 @@ bool lib_directCall(std::string icao, double freq, std::string num)
SG_LOG( SG_GENERAL, SG_ALERT, "Warning: cannot call: " << num );
return false;
}
SG_LOG(SG_GENERAL, SG_DEBUG, "iaxc_call(" << num << ")");
return true;
}

Loading…
Cancel
Save