summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-02-06 19:59:57 +0200
committermberezhnoy <mberezhnoy@productengine.com>2013-02-06 19:59:57 +0200
commit9b0404c4b5c99be3ab3591c7677f95f987056795 (patch)
tree3c5c5f99004673533b860e17442a07b955aa6fb0 /indra/newview/llimview.cpp
parent3781615afa6db7289f26f404885ac614c7f1cee0 (diff)
parent418b0334f2ee92ce8b8958218c8d6db5ccc855f2 (diff)
merge
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 5acb0b6374..1cceb68e2a 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1591,6 +1591,11 @@ LLUUID LLIMMgr::computeSessionID(
session_id = other_participant_id ^ agent_id;
}
}
+
+ if (gAgent.isInGroup(session_id) && (session_id != other_participant_id))
+ {
+ llwarns << "Group session id different from group id: IM type = " << dialog << ", session id = " << session_id << ", group id = " << other_participant_id << llendl;
+ }
return session_id;
}