diff options
author | Christian Goetze (CG) <cg@lindenlab.com> | 2010-09-13 22:50:12 -0700 |
---|---|---|
committer | Christian Goetze (CG) <cg@lindenlab.com> | 2010-09-13 22:50:12 -0700 |
commit | c9c02d1236fde6a3fc647d2002959aad955c014c (patch) | |
tree | 6cfa8b8df072d71b1c60088e7af4cf87cdeb7585 /indra/newview/llnotificationhandlerutil.cpp | |
parent | e41058e92a0ac401206bd979ffc46a5acda17a37 (diff) | |
parent | 73ba1f288d30777754d13560863e3e4fade2fc6a (diff) |
merge lenny build improvements.
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; } |