Log unusual case.

This commit is contained in:
ehouse 2008-01-07 01:19:47 +00:00
parent b53a1e8b4d
commit bf5a1f1487

View file

@ -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 */