mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
add new error message to DEBUG-only printing code.
This commit is contained in:
parent
86e3cc7286
commit
f3ab40519d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue