mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
Remove all uses of GuidToString.
This commit is contained in:
@ -596,14 +596,17 @@ static void INetCliAuthAgeRequestCallback (
|
||||
if (!IS_NET_ERROR(result) || result == kNetErrVaultNodeNotFound) {
|
||||
s_age.ageInstId = ageInstId;
|
||||
s_age.ageVaultId = ageVaultId;
|
||||
|
||||
wchar_t ageInstIdStr[64];
|
||||
|
||||
plString gameAddrStr = gameAddr.GetHostString();
|
||||
plString ageInstIdStr = plUUID(ageInstId).AsString();
|
||||
|
||||
LogMsg(
|
||||
kLogPerf,
|
||||
L"Connecting to game server %s, ageInstId %s",
|
||||
gameAddr.GetHostString().ToWchar().GetData(),
|
||||
GuidToString(ageInstId, ageInstIdStr, arrsize(ageInstIdStr))
|
||||
gameAddrStr.c_str(),
|
||||
ageInstIdStr.c_str()
|
||||
);
|
||||
|
||||
NetCliGameDisconnect();
|
||||
NetCliGameStartConnect(gameAddr.GetHost());
|
||||
NetCliGameJoinAgeRequest(
|
||||
|
Reference in New Issue
Block a user