Update comment in anytone.c

pull/1330/head
Mike Black W9MDB 2023-05-29 10:09:46 -05:00
rodzic 84643407ff
commit dcd8ac58cf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -120,7 +120,7 @@ void *anytone_thread(void *vrig)
rig_debug(RIG_DEBUG_TRACE, "%s: anytone_thread started\n", __func__);
p->runflag = 1;
// if we don't have CACHE debug enabled then we only show WARN and higher in this thread
// if we don't have CACHE debug enabled then we only show WARN and higher for this rig
if (rig_need_debug(RIG_DEBUG_CACHE) == 0)
{
rig_set_debug(RIG_DEBUG_WARN); // only show WARN debug otherwise too verbose