mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
log sum of incoming invites
This commit is contained in:
parent
9443bf14a4
commit
bfa1c73b5e
1 changed files with 5 additions and 0 deletions
|
@ -134,6 +134,11 @@ linux_dutil_onInviteReceived( XW_DUtilCtxt* duc, XWEnv XP_UNUSED(xwe),
|
|||
{
|
||||
LaunchParams* params = (LaunchParams*)duc->closure;
|
||||
|
||||
gchar* sum = g_compute_checksum_for_data( G_CHECKSUM_MD5, (unsigned char*)nli,
|
||||
sizeof(*nli) );
|
||||
XP_LOGFF( "sum: %s", sum );
|
||||
g_free( sum );
|
||||
|
||||
if ( params->useCurses ) {
|
||||
inviteReceivedCurses( params->appGlobals, nli );
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue