From 6d22c3ab865f5a798056cf8b3882ad5acec8d58e Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 22 Jun 2013 05:51:29 -0700 Subject: [PATCH] tweak logging --- xwords4/common/comms.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/common/comms.c b/xwords4/common/comms.c index 01f597206..7ea6a715c 100644 --- a/xwords4/common/comms.c +++ b/xwords4/common/comms.c @@ -1386,7 +1386,8 @@ got_connect_cmd( CommsCtxt* comms, XWStreamCtxt* stream, __func__, comms->r.connName, connName ); } XP_MEMCPY( comms->r.connName, connName, sizeof(comms->r.connName) ); - XP_LOGF( "%s: connName: \"%s\"", __func__, connName ); + XP_LOGF( "%s: connName: \"%s\" (reconnect=%d)", __func__, connName, + reconnected ); } #else stringFromStreamHere( stream, comms->r.connName,