summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupinvite.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-12-17 15:54:26 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-12-17 15:54:26 -0500
commit87a033d3bf1af2b3cba1047b720e7d93f535dc46 (patch)
tree66952448901c7622bd69733309794802708545fb /indra/newview/llpanelgroupinvite.cpp
parentf179fcd0006bdfd0ea99041d0d663049466ffd2a (diff)
parent6d48db868f7459fcf5f0e89d830a844e409d4163 (diff)
merge
Diffstat (limited to 'indra/newview/llpanelgroupinvite.cpp')
-rwxr-xr-xindra/newview/llpanelgroupinvite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroupinvite.cpp b/indra/newview/llpanelgroupinvite.cpp
index 236ad861a5..e662a05dfc 100755
--- a/indra/newview/llpanelgroupinvite.cpp
+++ b/indra/newview/llpanelgroupinvite.cpp
@@ -492,7 +492,7 @@ void LLPanelGroupInvite::addUsers(uuid_vec_t& agent_ids)
}
else
{
- llwarns << "llPanelGroupInvite: Selected avatar has no name: " << dest->getID() << llendl;
+ LL_WARNS() << "llPanelGroupInvite: Selected avatar has no name: " << dest->getID() << LL_ENDL;
names.push_back("(Unknown)");
}
}