kopia lustrzana https://github.com/Hamlib/Hamlib
Reduce a debug level in serial.c
rodzic
85205abd45
commit
1fe2efb315
|
@ -807,7 +807,7 @@ int ser_close(hamlib_port_t *p)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_WARN, "%s: no options for fd to restore\n", __func__);
|
rig_debug(RIG_DEBUG_TRACE, "%s: no options for fd to restore\n", __func__);
|
||||||
}
|
}
|
||||||
|
|
||||||
rc = CLOSE(p->fd);
|
rc = CLOSE(p->fd);
|
||||||
|
|
Ładowanie…
Reference in New Issue