diff options
author | Merov Linden <merov@lindenlab.com> | 2012-11-16 11:14:12 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-11-16 11:14:12 -0800 |
commit | ed3f43aec48097c56d617a8948d2577624762a88 (patch) | |
tree | 0ff50aff6758c5989fc4ba701d6dc2a470e63fc1 /indra/newview/llfloaterimsessiontab.cpp | |
parent | ec5d1e48c4071500400b885e5893373bab0e3d99 (diff) |
CHUI-479 : WIP : Tracing of LLIMModel::processSessionInitializedReply (to be deleted).
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 6b13f5f381..6fbc713590 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -721,6 +721,7 @@ void LLFloaterIMSessionTab::onClose(bool app_quitting) LLFloaterIMContainer* im_box = LLFloaterIMContainer::findInstance(); if (im_box) { + llinfos << "Merov debug : LLFloaterIMSessionTab::onClose, mKey = " << mKey << llendl; im_box->removeConversationListItem(mKey); } } |