don't show other_disconnected error message

This commit is contained in:
Eric House 2013-07-10 23:14:48 -07:00
parent 7dfd19a7a2
commit d6658c5c08

View file

@ -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;