Remove some debug from multicast as github build was perhaps failing on it

pull/1389/head
Mike Black W9MDB 2023-09-15 23:43:09 -05:00
rodzic 3e91601a0f
commit e972262e80
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -390,11 +390,13 @@ void *multicast_thread(void *vrig)
|| ptt != pttsave || ptt != pttsave
|| loopcount-- <= 0) || loopcount-- <= 0)
{ {
#if 0
if (loopcount <= 0) if (loopcount <= 0)
{ {
rig_debug(RIG_DEBUG_CACHE, "%s: sending multicast packet timeout\n", __func__); rig_debug(RIG_DEBUG_CACHE, "%s: sending multicast packet timeout\n", __func__);
} }
else { rig_debug(RIG_DEBUG_ERR, "%s: sending multicast packet due to change\n", __func__); } else { rig_debug(RIG_DEBUG_ERR, "%s: sending multicast packet due to change\n", __func__); }
#endif
// multicast_status_changed(rig); // multicast_status_changed(rig);
multicast_send_json(rig); multicast_send_json(rig);