Reverted login changes to use the old style LoginMessage and LoginErrorKey variables. The new enum LoginStatusCode is sticking around

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1187 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-05-14 07:33:57 +00:00
parent 937f06f1ee
commit fec60d1f25
14 changed files with 49 additions and 49 deletions

View File

@@ -114,7 +114,7 @@ namespace libsecondlife.TestClient
contactPerson))
{
Console.WriteLine("Failed to login " + account.FirstName + " " + account.LastName + ": " +
client.Network.LoginStatusMessage);
client.Network.LoginMessage);
}
}