diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-18 10:16:53 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-18 10:16:53 -0500 |
commit | ad6d0e3bb766c737b1e9bbd9d006391cc8bcc085 (patch) | |
tree | 4f1549d0308fef5e65eb43e3d8e6f049f09f3abf /indra/newview | |
parent | 0561b09a7d9d8fb0137bf5ec1d25120aac23c312 (diff) | |
parent | ad65fa11acdf7f655f32e6ca43b2f2bc997ef1e6 (diff) |
automated merge viewer2.0->viewer2.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"))) { |