diff options
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 4b7115d6b3..720a4ff2df 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3455,7 +3455,7 @@ void LLAppearanceMgr::serverAppearanceUpdateCoro() } } - std::string message = (result.has("error")) ? result["error"] : status.toString(); + std::string message = (result.has("error")) ? result["error"].asString() : status.toString(); LL_WARNS("Avatar") << "Appearance Failure. server responded with \"" << message << "\"" << LL_ENDL; // We may have requested a bake for a stale COF (especially if the inventory |