Improve error output in easycom.c to show message

pull/1458/head
Mike Black W9MDB 2023-12-18 09:05:15 -06:00
rodzic 3a6073d401
commit a3676e0e3b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -77,8 +77,8 @@ easycomm_transaction(ROT *rot, const char *cmdstr, char *data, size_t data_len)
if (retval < 0)
{
rig_debug(RIG_DEBUG_TRACE, "%s read_string failed with status %d\n", __func__,
retval);
rig_debug(RIG_DEBUG_TRACE, "%s read_string failed with status %d:%s\n", __func__,
retval, strerror(retval));
goto transaction_quit;
}
else