From d6658c5c087b5dff9af690f0fbea40017595b54d Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 10 Jul 2013 23:14:48 -0700 Subject: [PATCH] don't show other_disconnected error message --- xwords4/linux/linuxutl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/linux/linuxutl.c b/xwords4/linux/linuxutl.c index d678d6d68..4f010a211 100644 --- a/xwords4/linux/linuxutl.c +++ b/xwords4/linux/linuxutl.c @@ -519,6 +519,7 @@ linux_getErrString( UtilErrID id, XP_Bool* silent ) break; case ERR_RELAY_BASE + XWRELAY_ERROR_OTHER_DISCON: + *silent = XP_TRUE; /* happens all the time, and shouldn't matter */ message = "XWRELAY_ERROR_OTHER_DISCON"; break;