diff options
| author | James Cook <james@lindenlab.com> | 2010-04-26 14:20:07 -0700 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-04-26 14:20:07 -0700 |
| commit | af5dd4fbfa6fdee3d38167ec1153d01fd4265b35 (patch) | |
| tree | 22714d3a53757112a5fb9f3f89bd04b7b12f0d3d /indra/newview/llviewerdisplayname.cpp | |
| parent | e4f2887983dc6f473c6657b8b653437557c638fa (diff) | |
Strip some debug spam
Diffstat (limited to 'indra/newview/llviewerdisplayname.cpp')
| -rw-r--r-- | indra/newview/llviewerdisplayname.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llviewerdisplayname.cpp b/indra/newview/llviewerdisplayname.cpp index 2c0219cfbc..9250117581 100644 --- a/indra/newview/llviewerdisplayname.cpp +++ b/indra/newview/llviewerdisplayname.cpp @@ -90,6 +90,8 @@ void LLViewerDisplayName::set(const std::string& display_name, const set_name_sl class LLSetDisplayNameReply : public LLHTTPNode { + LOG_CLASS(LLSetDisplayNameReply); +public: /*virtual*/ void post( LLHTTPNode::ResponsePtr response, const LLSD& context, @@ -102,8 +104,7 @@ class LLSetDisplayNameReply : public LLHTTPNode std::string reason = body["reason"].asString(); LLSD content = body["content"]; - llinfos << "JAMESDEBUG LLSetDisplayNameReply status " << status - << " reason " << reason << llendl; + llinfos << "status " << status << " reason " << reason << llendl; // inform caller of result LLViewerDisplayName::sSetDisplayNameSignal(success, reason, content); |
