mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
log out-of-date token
This commit is contained in:
parent
cd31cd432a
commit
27a5990283
1 changed files with 2 additions and 1 deletions
|
@ -614,7 +614,8 @@ send_via_udp( const AddrInfo* addr, uint32_t* packetIDP, XWRelayReg cmd, ... )
|
|||
result = send_via_udp_impl( socket, dest_addr, packetIDP, cmd, ap );
|
||||
va_end( ap );
|
||||
} else {
|
||||
logf( XW_LOGINFO, "%s: not sending to out-of-date packet", __func__ );
|
||||
logf( XW_LOGINFO, "%s: not sending to out-of-date address (token=%x)", __func__,
|
||||
addr->clientToken() );
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue