From 159a1a8dd2d8e3c46906f954663341508ab68a98 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 17 Feb 2015 20:45:39 -0800 Subject: [PATCH] use TAGFMT stuff for comms_resendAll() --- xwords4/common/comms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/common/comms.c b/xwords4/common/comms.c index 36f8b2e4f..2c4fd0c72 100644 --- a/xwords4/common/comms.c +++ b/xwords4/common/comms.c @@ -1463,6 +1463,7 @@ comms_resendAll( CommsCtxt* comms, XP_Bool force ) comms->nextResend = now + comms->resendBackoff; } } + XP_LOGF( TAGFMT() "=>%d", TAGPRMS, success ); return success; } /* comms_resend */