mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
don't show other_disconnected error message
This commit is contained in:
parent
7dfd19a7a2
commit
d6658c5c08
1 changed files with 1 additions and 0 deletions
|
@ -519,6 +519,7 @@ linux_getErrString( UtilErrID id, XP_Bool* silent )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ERR_RELAY_BASE + XWRELAY_ERROR_OTHER_DISCON:
|
case ERR_RELAY_BASE + XWRELAY_ERROR_OTHER_DISCON:
|
||||||
|
*silent = XP_TRUE; /* happens all the time, and shouldn't matter */
|
||||||
message = "XWRELAY_ERROR_OTHER_DISCON";
|
message = "XWRELAY_ERROR_OTHER_DISCON";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue