diff --git a/rigs/yaesu/ft990.c b/rigs/yaesu/ft990.c index a5fa58c20..666290165 100644 --- a/rigs/yaesu/ft990.c +++ b/rigs/yaesu/ft990.c @@ -621,6 +621,8 @@ int ft990_open(RIG *rig) return err; } + rig_debug(RIG_DEBUG_TRACE, "%s: rig %s opened\n", __func__, rig->caps->model_name); + return RIG_OK; }