diff options
author | Merov Linden <merov@lindenlab.com> | 2012-12-14 14:19:17 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-12-14 14:19:17 -0800 |
commit | 9b556fb3fea0a97f5773d8fd435a428b0fafacbf (patch) | |
tree | 70ad5507e20f3ddcff5610a535fc32b31ad14508 /indra/llmessage | |
parent | 0182eb11f70b6f5a485f8b447acd9c14117a7186 (diff) |
CHUI-599 : Use the account name in all places that are not UI related but use avatar names to index, search and other code only uses.
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llavatarnamecache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llavatarnamecache.cpp b/indra/llmessage/llavatarnamecache.cpp index 9d6aa15ed1..9163262cc0 100644 --- a/indra/llmessage/llavatarnamecache.cpp +++ b/indra/llmessage/llavatarnamecache.cpp @@ -561,7 +561,7 @@ void LLAvatarNameCache::eraseUnrefreshed() { const LLUUID& agent_id = it->first; LL_DEBUGS("AvNameCache") << agent_id - << " user '" << av_name.getUserName() << "' " + << " user '" << av_name.getAccountName() << "' " << "expired " << now - av_name.mExpires << " secs ago" << LL_ENDL; sCache.erase(it++); |