From f3ab40519d3545f586b471e10a46a576ca478dd8 Mon Sep 17 00:00:00 2001 From: Andy2 Date: Wed, 6 Jul 2011 06:47:56 -0700 Subject: [PATCH] add new error message to DEBUG-only printing code. --- xwords4/common/comms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/common/comms.c b/xwords4/common/comms.c index 7df7cef20..00acaab08 100644 --- a/xwords4/common/comms.c +++ b/xwords4/common/comms.c @@ -237,6 +237,7 @@ XWREASON2Str( XWREASON reason ) CASE_STR(XWRELAY_ERROR_TOO_MANY); CASE_STR(XWRELAY_ERROR_DELETED); CASE_STR(XWRELAY_ERROR_NORECONN); + CASE_STR(XWRELAY_ERROR_DEADGAME); CASE_STR(XWRELAY_ERROR_LASTERR); default: XP_ASSERT(0);