From 21291723c673ee389d16532963e173c71e04ecf4 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 30 Nov 2022 23:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'utils/fgcom/fgcom=5Fexter?= =?UTF-8?q?nal.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/fgcom/fgcom_external.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/fgcom/fgcom_external.cxx b/utils/fgcom/fgcom_external.cxx index 351e1d5..2727f0a 100644 --- a/utils/fgcom/fgcom_external.cxx +++ b/utils/fgcom/fgcom_external.cxx @@ -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; }