summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelme.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-05-28 15:43:15 -0700
committerJames Cook <james@lindenlab.com>2010-05-28 15:43:15 -0700
commit892ac2bb1eec257bbf29d57738e819b7ff368bb9 (patch)
treeec1c8eb713b17c27e8e77f2bbd9f6380b246f32d /indra/newview/llpanelme.cpp
parentae91c0e7c6685932ee7789925662df139586cf3e (diff)
Added debugging code for names changes for when People API breaks
Diffstat (limited to 'indra/newview/llpanelme.cpp')
-rw-r--r--indra/newview/llpanelme.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelme.cpp b/indra/newview/llpanelme.cpp
index d1ce59d436..cd0cbe8128 100644
--- a/indra/newview/llpanelme.cpp
+++ b/indra/newview/llpanelme.cpp
@@ -390,6 +390,8 @@ void LLPanelMyProfileEdit::onClickSetName()
return;
}
+ llinfos << "name-change now " << LLDate::now() << " next_update "
+ << LLDate(av_name.mNextUpdate) << llendl;
F64 now_secs = LLDate::now().secondsSinceEpoch();
if (now_secs < av_name.mNextUpdate)
{