diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-21 20:52:27 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-21 20:52:27 +0100 |
commit | 3994101549eddf84d6c73982109f68d016a819ba (patch) | |
tree | 8871dec5111d67dd1b8664edb349e3d8cd4b947a /indra/newview/llavataractions.cpp | |
parent | 9c903e7fa8aea1e8378f3b1276688f6b3a7ed82c (diff) |
SL-18119 - more ViewerStats logs for NUX
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rw-r--r-- | indra/newview/llavataractions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 93370ba9c3..3e450e6dec 100644 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -1419,7 +1419,7 @@ bool LLAvatarActions::handleUnfreeze(const LLSD& notification, const LLSD& respo void LLAvatarActions::requestFriendship(const LLUUID& target_id, const std::string& target_name, const std::string& message) { const LLUUID calling_card_folder_id = gInventory.findCategoryUUIDForType(LLFolderType::FT_CALLINGCARD); - LLUIUsage::instance().logCommand("Avatar.SendFriendRequest"); + LLUIUsage::instance().logCommand("Agent.SendFriendRequest"); send_improved_im(target_id, target_name, |