diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2009-12-17 17:52:46 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2009-12-17 17:52:46 -0800 |
commit | ad65fa11acdf7f655f32e6ca43b2f2bc997ef1e6 (patch) | |
tree | ef093daed914af9c2d6bc3f67803523c3f6f41e8 /indra/newview | |
parent | 590187cd1de8f00d74dbc729eb02d39883bfe8fa (diff) | |
parent | 18eea99b551e9aea88ddc9c56974d37affee6604 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lllogininstance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) { |