Fix debug message eol

pull/1330/head
Mike Black W9MDB 2023-05-26 10:52:04 -05:00
rodzic f01a165ec7
commit 06f5d8376f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2875,7 +2875,7 @@ int newcat_get_rit(RIG *rig, vfo_t vfo, shortfreq_t *rit)
if (offset == 0)
{
rig_debug(RIG_DEBUG_ERR,
"%s: incorrect length of IF response, expected 27 or 28, got %du", __func__,
"%s: incorrect length of IF response, expected 27 or 28, got %du\n", __func__,
(int)strlen(priv->ret_data));
RETURNFUNC(-RIG_EPROTO);
}