mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +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_SNPRINTF( buf, VSIZE(buf), "{ctyps: [%s], nPlayersT: %d; nPlayersH: %d; "
|
||||
"gameID: %d; inviteID: %s, mqttid: %s}", conTypes,
|
||||
nli->nPlayersT, nli->nPlayersH, nli->gameID, nli->inviteID,
|
||||
nli->mqttDevID );
|
||||
XP_SNPRINTF( buf, VSIZE(buf), "{ctyps: [%s], nPlayersT: %d, nPlayersH: %d, "
|
||||
"isoCode: '%s', gameID: %d, inviteID: %s, mqttid: %s}", conTypes,
|
||||
nli->nPlayersT, nli->nPlayersH, nli->isoCode, nli->gameID,
|
||||
nli->inviteID, nli->mqttDevID );
|
||||
XP_LOGF( "%s", buf );
|
||||
}
|
||||
# endif
|
||||
|
|
Loading…
Reference in a new issue