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/llpanelgroupbulk.cpp | |
parent | 962a342c65ff541baf0a066a47643c8b9fc172a4 (diff) |
Fix for gpu_bench crash without parallels knock-on
Diffstat (limited to 'indra/newview/llpanelgroupbulk.cpp')
-rw-r--r-- | indra/newview/llpanelgroupbulk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroupbulk.cpp b/indra/newview/llpanelgroupbulk.cpp index 1eafc5bd64..76792cc6fd 100644 --- a/indra/newview/llpanelgroupbulk.cpp +++ b/indra/newview/llpanelgroupbulk.cpp @@ -387,7 +387,7 @@ void LLPanelGroupBulk::addUsers(uuid_vec_t& agent_ids) } else { - llwarns << "llPanelGroupBulk: Selected avatar has no name: " << dest->getID() << llendl; + LL_WARNS() << "llPanelGroupBulk: Selected avatar has no name: " << dest->getID() << LL_ENDL; names.push_back("(Unknown)"); } } |