pull/224/head
Michael Black 2020-03-31 15:41:20 -05:00
commit 269916e9b4
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -946,7 +946,8 @@ const char *HAMLIB_API rig_strvfop(vfo_op_t op)
{
int i;
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
// too verbose
// rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
for (i = 0; vfo_op_str[i].str[0] != '\0'; i++)
{