Improve debug message in iofunc.c on serial port error

pull/769/head
Mike Black W9MDB 2021-08-09 08:46:05 -05:00
rodzic 1a64f26ea0
commit 45d1162362
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -76,7 +76,7 @@ int HAMLIB_API port_open(hamlib_port_t *p)
if (status < 0)
{
rig_debug(RIG_DEBUG_ERR, "%s: serial_open status=%d\n", __func__, status);
rig_debug(RIG_DEBUG_ERR, "%s: serial_open(%s) status=%d\n", __func__, p->pathname, status);
RETURNFUNC(status);
}