mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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 );
|
||||
|
||||
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;
|
||||
if ( resetRelay ) {
|
||||
comms->channelSeed = 0;
|
||||
|
|
Loading…
Reference in a new issue