log isoCode

This commit is contained in:
Eric House 2022-06-04 17:48:51 -07:00
parent d28aaa17a9
commit 7e591f39a5

View file

@ -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