mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +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;
|
||||
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue