silence some debug in misc.c

pull/142/head
Michael Black 2019-11-19 11:32:39 -06:00
rodzic ac2f19a0dd
commit dc3ae60e1c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -385,7 +385,8 @@ const char * HAMLIB_API rig_strrmode(rmode_t mode)
{
int i;
rig_debug(RIG_DEBUG_TRACE, "%s called mode=0x%"PRXll"\n", __func__, mode);
// only enable it needed for debugging -- too verbose otherwise
//rig_debug(RIG_DEBUG_TRACE, "%s called mode=0x%"PRXll"\n", __func__, mode);
if (mode == RIG_MODE_NONE)
{
@ -572,7 +573,8 @@ const char * HAMLIB_API rig_strfunc(setting_t func)
{
int i;
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
// too verbose to keep on unless debugging this in particular
//rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
if (func == RIG_FUNC_NONE)
{