Improve debug in ser_open

pull/775/head
Mike Black W9MDB 2021-08-21 22:38:44 -05:00
rodzic 0be978abcd
commit b2acf0b6f5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -680,7 +680,7 @@ int ser_open(hamlib_port_t *p)
{
int ret;
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
rig_debug(RIG_DEBUG_VERBOSE, "%s called port=%s\n", __func__, p->pathname);
if (!strncmp(p->pathname, "uh-rig", 6))
{