summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-03-29 17:22:53 -0700
committerMerov Linden <merov@lindenlab.com>2013-03-29 17:22:53 -0700
commit7c7ccf27d1638577290ebefcc16dded9390f5f21 (patch)
tree2408373ed3ee73fa4950242e8d3f6e2c7475cf6c /indra/newview
parent305d11191078fbd548a6c64bfae2eae89101c390 (diff)
CHUI-807 : Add more defensive coding. Also trace in log the sessions created so we'll have a better idea of what people do with conversations if we see that crash again.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llimview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index e237cb7f9e..56b80ef57b 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -2800,6 +2800,8 @@ LLUUID LLIMMgr::addSession(
return LLUUID::null;
}
+ llinfos << "LLIMMgr::addSession, name = " << name << llendl;
+
LLUUID session_id = computeSessionID(dialog,other_participant_id);
if (floater_id.notNull())