Improve power on message in rig.c

pull/1330/head
Mike Black W9MDB 2023-05-26 11:04:42 -05:00
rodzic 8d465a257e
commit ccd832d4cb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1295,7 +1295,7 @@ int HAMLIB_API rig_open(RIG *rig)
{
// rig_open() should succeed even if the rig is powered off, so simply log power status
rig_debug(RIG_DEBUG_ERR,
"%s: rig power is off, use --set-conf=auto_power_on=1 if power on is wanted\n",
"%s: rig power is off, use --set-conf=auto_power_on=1 or set_powerstat if power on is wanted\n",
__func__);
}