diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-19 15:44:18 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-19 15:44:18 +0200 |
commit | 22676e6d38fe938f394a9764b226793b5862768c (patch) | |
tree | 7e459e707072bab58b3cccb73a7804b560658708 /indra | |
parent | eefbb2a7b880943b71f8af4f7b91727836162ccf (diff) |
EXT-2891 "Group notices should be recorded into group IM history",
corrected logging of stub group notices;
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llnotificationhandlerutil.cpp | 1 |
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; |