summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-04-12 16:40:50 -0700
committerJames Cook <james@lindenlab.com>2010-04-12 16:40:50 -0700
commit1a7740f0143b7368cd24f44360fea37dcd23bad2 (patch)
tree954dcf0bf710de1a7c775b5be18f2783eb104624 /indra/newview
parent65e565e0e1d7b964048a32a92f59a5dd8f74bb0c (diff)
Added a touch of logging
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerdisplayname.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerdisplayname.cpp b/indra/newview/llviewerdisplayname.cpp
index 62fbf85985..84697f93b6 100644
--- a/indra/newview/llviewerdisplayname.cpp
+++ b/indra/newview/llviewerdisplayname.cpp
@@ -70,6 +70,7 @@ void LLViewerDisplayName::set(const std::string& display_name, const set_name_sl
if (cap_url.empty())
{
// JAMESDEBUG HACK for demos, fall back to prototype name service
+ llinfos << "Set name via legacy service" << llendl;
LLAvatarNameCache::setDisplayName(gAgent.getID(), display_name, slot);
return;