1
0
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:
Darryl Pogue
2012-12-15 21:33:14 -08:00
parent 517d4f6788
commit 274812c057
18 changed files with 34 additions and 84 deletions

View File

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