diff options
author | Graham Linden <graham@lindenlab.com> | 2014-11-18 12:54:13 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2014-11-18 12:54:13 -0800 |
commit | a882d7a02b9e8a58cdbfa945682a313718886ab4 (patch) | |
tree | 8de380c053fb15b0aa177384f3a611f2e3c84757 /indra/newview/llpanelgroupinvite.cpp | |
parent | 962a342c65ff541baf0a066a47643c8b9fc172a4 (diff) |
Fix for gpu_bench crash without parallels knock-on
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)"); } } |