diff options
author | Oz Linden <oz@lindenlab.com> | 2016-02-12 16:58:41 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-02-12 16:58:41 -0500 |
commit | 2dcfa3b6bd3ebeeab62174d86f9dc85558bcb7c8 (patch) | |
tree | ff4e23b4da6081f2e9680e347887422a0931150e /indra/llmessage | |
parent | be8844ff3bd88f24fd3922d64d6d0f786407a880 (diff) |
Suppress some overly verbose logging
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-x | 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 549708097a..360d239e61 100755 --- a/indra/llmessage/llavatarnamecache.cpp +++ b/indra/llmessage/llavatarnamecache.cpp @@ -355,7 +355,7 @@ void LLAvatarNameCache::requestNamesViaCapability() if (!url.empty()) { - LL_INFOS("AvNameCache") << "LLAvatarNameCache::requestNamesViaCapability getting " << ids << " ids" << LL_ENDL; + LL_DEBUGS("AvNameCache") << " getting " << ids << " ids" << LL_ENDL; LLHTTPClient::get(url, new LLAvatarNameResponder(agent_ids)); } } |