diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-05-28 15:48:47 -0700 |
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-05-28 15:48:47 -0700 |
| commit | 99aea0f4e7f49d202bb2b4c85cafb2c2d8aa6987 (patch) | |
| tree | 2eef41e77e793d33a43531da8be576ca813fb438 /indra/newview/llpanelme.cpp | |
| parent | 26b601b99e43eac623c81a60e93094577b06d209 (diff) | |
| parent | 892ac2bb1eec257bbf29d57738e819b7ff368bb9 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llpanelme.cpp')
| -rw-r--r-- | indra/newview/llpanelme.cpp | 2 |
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) { |
