diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 22:18:30 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 22:18:30 +0100 |
commit | 73ba1f288d30777754d13560863e3e4fade2fc6a (patch) | |
tree | c9dd8e7e9e89067f0feecf271e97c03a6b10140e /indra/newview/llnotificationhandlerutil.cpp | |
parent | dd658963a76ba7a31c0c82457d2dc1200a504bf5 (diff) | |
parent | b909ac1de9db6e7a7d68cd4168672ba6bbc838c0 (diff) |
merge
Diffstat (limited to 'indra/newview/llnotificationhandlerutil.cpp')
-rw-r--r-- | indra/newview/llnotificationhandlerutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp index b5683296eb..4231a73af1 100644 --- a/indra/newview/llnotificationhandlerutil.cpp +++ b/indra/newview/llnotificationhandlerutil.cpp @@ -353,7 +353,7 @@ void LLHandlerUtil::logGroupNoticeToIMGroup( if (!gAgent.getGroupData(payload["group_id"].asUUID(), groupData)) { llwarns - << "Group notice for unkown group: " + << "Group notice for unknown group: " << payload["group_id"].asUUID() << llendl; return; } |