Reduce good news about serial port to verbose

pull/1677/head
Michael Black W9MDB 2025-02-04 11:45:56 -06:00
rodzic 6e704c5bc8
commit a0df573df7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -242,7 +242,7 @@ int HAMLIB_API serial_open(hamlib_port_t *rp)
return -RIG_EIO;
case SER_AVAILABLE:
rig_debug(RIG_DEBUG_ERR, "%s: serial port %s is OK\n", __func__, rp->pathname);
rig_debug(RIG_DEBUG_VERBOSE, "%s: serial port %s is OK\n", __func__, rp->pathname);
break;
}