diff options
| author | rider <rider@lindenlab.com> | 2015-10-08 09:04:31 -0700 |
|---|---|---|
| committer | rider <rider@lindenlab.com> | 2015-10-08 09:04:31 -0700 |
| commit | bbe363c301d6dee2c8e8c756b04851fa94851abc (patch) | |
| tree | ce80b503498e0f11cf8e4b32e9ca10a5bdbfdd88 /indra/newview/llappearancemgr.cpp | |
| parent | 38d90d2e828011ca86074f468175945c9ccedb92 (diff) | |
| parent | 1356be0fe9e15c8205e660e491185827d74bcb07 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
| -rwxr-xr-x | indra/newview/llappearancemgr.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 720a4ff2df..025009d40b 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3440,21 +3440,6 @@ void LLAppearanceMgr::serverAppearanceUpdateCoro() if (!status || !result["success"].asBoolean()) { - if (httpResults.has("error_body")) - { - std::istringstream bodystream(httpResults["error_body"].asStringRef()); - LLSD body_llsd; - - if (LLSDSerialize::fromXML(body_llsd, bodystream, true) == LLSDParser::PARSE_FAILURE) - { - LL_WARNS() << "Unable to parse body as LLSD" << LL_ENDL; - } - else - { - result = body_llsd; - } - } - std::string message = (result.has("error")) ? result["error"].asString() : status.toString(); LL_WARNS("Avatar") << "Appearance Failure. server responded with \"" << message << "\"" << LL_ENDL; |
