summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-02-19 15:44:18 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2010-02-19 15:44:18 +0200
commit22676e6d38fe938f394a9764b226793b5862768c (patch)
tree7e459e707072bab58b3cccb73a7804b560658708
parenteefbb2a7b880943b71f8af4f7b91727836162ccf (diff)
EXT-2891 "Group notices should be recorded into group IM history",
corrected logging of stub group notices; --HG-- branch : product-engine
-rw-r--r--indra/newview/llnotificationhandlerutil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp
index aefbe9a3de..9de9998cbd 100644
--- a/indra/newview/llnotificationhandlerutil.cpp
+++ b/indra/newview/llnotificationhandlerutil.cpp
@@ -204,6 +204,7 @@ void LLHandlerUtil::logGroupNoticeToIMGroup(
llwarns
<< "Group notice for unkown group: "
<< payload["group_id"].asUUID() << llendl;
+ return;
}
const std::string group_name = groupData.mName;