mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
log before asserting
This commit is contained in:
parent
41529a584c
commit
bd250cfe1e
1 changed files with 4 additions and 1 deletions
|
@ -456,7 +456,10 @@ reset_internal( CommsCtxt* comms, XP_Bool isServer,
|
||||||
|
|
||||||
cleanupAddrRecs( comms );
|
cleanupAddrRecs( comms );
|
||||||
|
|
||||||
XP_ASSERT( 0 == comms->nextChannelNo ); /* testing... */
|
if ( 0 != comms->nextChannelNo ) {
|
||||||
|
XP_LOGF( "%s: comms->nextChannelNo: %d", __func__, comms->nextChannelNo );
|
||||||
|
}
|
||||||
|
XP_ASSERT( 0 == comms->nextChannelNo ); /* firing... */
|
||||||
// comms->nextChannelNo = 0;
|
// comms->nextChannelNo = 0;
|
||||||
if ( resetRelay ) {
|
if ( resetRelay ) {
|
||||||
comms->channelSeed = 0;
|
comms->channelSeed = 0;
|
||||||
|
|
Loading…
Reference in a new issue