From 80b3425b5b98c077bb1d52b1d47640c8ed83e81c Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 7 Feb 2009 18:15:17 +0000 Subject: [PATCH] log size of incoming packets --- xwords4/linux/gtkmain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/linux/gtkmain.c b/xwords4/linux/gtkmain.c index b24e2fea4..7d59b0423 100644 --- a/xwords4/linux/gtkmain.c +++ b/xwords4/linux/gtkmain.c @@ -1653,6 +1653,7 @@ newConnectionInput( GIOChannel *source, inboundS = stream_from_msgbuf( &globals->cGlobals, buf, nRead ); if ( !!inboundS ) { + XP_LOGF( "%s: got %d bytes", __func__, nRead ); if ( comms_checkIncomingStream( globals->cGlobals.game.comms, inboundS, addrp ) ) { redraw =