Skip to content

Commit 89a693e

Browse files
committed
libvncserver/rfbserver: add MULTICAST_REPAIR_DEBUG flag
1 parent a056fd1 commit 89a693e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libvncserver/rfbserver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4436,7 +4436,7 @@ rfbSendMulticastRepairUpdate(rfbClientPtr cl)
44364436
UNLOCK(cl->screen->multicastUpdateMutex);
44374437
return FALSE;
44384438
}
4439-
#ifdef MULTICAST_DEBUG
4439+
#if defined(MULTICAST_DEBUG) || defined(MULTICAST_REPAIR_DEBUG)
44404440
rfbLog("MulticastVNC DEBUG: sent repair partial upd to pf,enc group %u: wholeId %d, partialId %d\n", cl->multicastPixelformatEncId, pur->idWhole, pur->idPartial);
44414441
#endif
44424442
LOCK(cl->screen->multicastSharedMutex);

0 commit comments

Comments
 (0)