From 18eea99b551e9aea88ddc9c56974d37affee6604 Mon Sep 17 00:00:00 2001 From: "Mark Palange (Mani)" Date: Thu, 17 Dec 2009 17:52:06 -0800 Subject: EXT-3536 Bugfix in lllogin.cpp when reading 'indeterminate' repsonse from login.cgi. Also fixed up lllogin unit test to match the bugfix. Reviewed by Brad --- indra/newview/lllogininstance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index 7d3da152c1..2dc9f255d7 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -189,7 +189,7 @@ void LLLoginInstance::constructAuthParams(const LLSD& credentials) bool LLLoginInstance::handleLoginEvent(const LLSD& event) { - LL_DEBUGS("Login") << "LoginListener called!: \n" << event << LL_ENDL; + LL_DEBUGS("LLLogin") << "LoginListener called!: \n" << event << LL_ENDL; if(!(event.has("state") && event.has("change") && event.has("progress"))) { -- cgit v1.2.3