mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
Log unusual case.
This commit is contained in:
parent
b53a1e8b4d
commit
bf5a1f1487
1 changed files with 2 additions and 0 deletions
|
@ -1040,6 +1040,8 @@ client_readInitialMessage( ServerCtxt* server, XWStreamCtxt* stream )
|
||||||
/* Give board a chance to redraw self with the full compliment of known
|
/* Give board a chance to redraw self with the full compliment of known
|
||||||
players */
|
players */
|
||||||
setTurn( server, 0 );
|
setTurn( server, 0 );
|
||||||
|
} else {
|
||||||
|
XP_LOGF( "wanted 0; got %d", server->nv.addresses[0].channelNo );
|
||||||
}
|
}
|
||||||
return accepted;
|
return accepted;
|
||||||
} /* client_readInitialMessage */
|
} /* client_readInitialMessage */
|
||||||
|
|
Loading…
Add table
Reference in a new issue