diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 6c77b680a..aee81afa5 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -9654,7 +9654,7 @@ int newcat_set_cmd_validate(RIG *rig) } else { - rig_debug(RIG_DEBUG_ERR, "%s: %s not implemented\n", __func__, priv->cmd_str); + rig_debug(RIG_DEBUG_TRACE, "%s: %s not implemented\n", __func__, priv->cmd_str); RETURNFUNC(-RIG_ENIMPL); }