mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
log isoCode
This commit is contained in:
parent
d28aaa17a9
commit
7e591f39a5
1 changed files with 4 additions and 4 deletions
|
@ -279,10 +279,10 @@ logNLI( const NetLaunchInfo* nli, const char* callerFunc, const int callerLine )
|
||||||
}
|
}
|
||||||
|
|
||||||
XP_UCHAR buf[256+128];
|
XP_UCHAR buf[256+128];
|
||||||
XP_SNPRINTF( buf, VSIZE(buf), "{ctyps: [%s], nPlayersT: %d; nPlayersH: %d; "
|
XP_SNPRINTF( buf, VSIZE(buf), "{ctyps: [%s], nPlayersT: %d, nPlayersH: %d, "
|
||||||
"gameID: %d; inviteID: %s, mqttid: %s}", conTypes,
|
"isoCode: '%s', gameID: %d, inviteID: %s, mqttid: %s}", conTypes,
|
||||||
nli->nPlayersT, nli->nPlayersH, nli->gameID, nli->inviteID,
|
nli->nPlayersT, nli->nPlayersH, nli->isoCode, nli->gameID,
|
||||||
nli->mqttDevID );
|
nli->inviteID, nli->mqttDevID );
|
||||||
XP_LOGF( "%s", buf );
|
XP_LOGF( "%s", buf );
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in a new issue