kopia lustrzana https://github.com/Hamlib/Hamlib
Improve debug message in iofunc.c on serial port error
rodzic
1a64f26ea0
commit
45d1162362
|
@ -76,7 +76,7 @@ int HAMLIB_API port_open(hamlib_port_t *p)
|
||||||
|
|
||||||
if (status < 0)
|
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);
|
RETURNFUNC(status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue