diff options
author | Northspring <pantera.polnocy@phoenixviewer.com> | 2014-12-06 07:14:12 +0100 |
---|---|---|
committer | Northspring <pantera.polnocy@phoenixviewer.com> | 2014-12-06 07:14:12 +0100 |
commit | 09e94a2b5d0bf6feb8b2a4f8ad86346f0201714d (patch) | |
tree | de628a57f9421e4f1cf9d92f28018c267187fc31 /indra/newview/llfloatergroupbulkban.cpp | |
parent | ca41d54386ccd5f02ed41dcdccf3b866da055499 (diff) | |
parent | 6d48db868f7459fcf5f0e89d830a844e409d4163 (diff) |
Merge
Diffstat (limited to 'indra/newview/llfloatergroupbulkban.cpp')
-rw-r--r-- | indra/newview/llfloatergroupbulkban.cpp | 2 |
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; } |