summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatergroupbulkban.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2014-12-08 11:52:17 -0800
committersimon <none@none>2014-12-08 11:52:17 -0800
commitc3e18bc5378411089bbf76905febd73573a1891f (patch)
tree02cbb60258c9b95cab55b1f9a0743fdade877ebf /indra/newview/llfloatergroupbulkban.cpp
parente8ea1a19afb4a33c33fff6ea7fb822433b179ae6 (diff)
parentffb510a4522d91e387d26a674b0cc9ff732c44b8 (diff)
Merge downstream code and become version 3.7.23
Diffstat (limited to 'indra/newview/llfloatergroupbulkban.cpp')
-rw-r--r--indra/newview/llfloatergroupbulkban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatergroupbulkban.cpp b/indra/newview/llfloatergroupbulkban.cpp
index 54a2283b13..44074047a7 100644
--- a/indra/newview/llfloatergroupbulkban.cpp
+++ b/indra/newview/llfloatergroupbulkban.cpp
@@ -101,7 +101,7 @@ void LLFloaterGroupBulkBan::showForGroup(const LLUUID& group_id, uuid_vec_t* age
// Make sure group_id isn't null
if (group_id.isNull())
{
- llwarns << "LLFloaterGroupInvite::showForGroup with null group_id!" << llendl;
+ LL_WARNS() << "LLFloaterGroupInvite::showForGroup with null group_id!" << LL_ENDL;
return;
}