diff options
author | simon <none@none> | 2014-12-08 11:52:17 -0800 |
---|---|---|
committer | simon <none@none> | 2014-12-08 11:52:17 -0800 |
commit | c3e18bc5378411089bbf76905febd73573a1891f (patch) | |
tree | 02cbb60258c9b95cab55b1f9a0743fdade877ebf /indra/newview/llpanelgroupinvite.cpp | |
parent | e8ea1a19afb4a33c33fff6ea7fb822433b179ae6 (diff) | |
parent | ffb510a4522d91e387d26a674b0cc9ff732c44b8 (diff) |
Merge downstream code and become version 3.7.23
Diffstat (limited to 'indra/newview/llpanelgroupinvite.cpp')
-rwxr-xr-x | indra/newview/llpanelgroupinvite.cpp | 2 |
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)"); } } |