summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindra/newview/llviewerinventory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp
index fbd6b292bd..c44552d7d2 100755
--- a/indra/newview/llviewerinventory.cpp
+++ b/indra/newview/llviewerinventory.cpp
@@ -1168,7 +1168,7 @@ public:
const LLSD& content = getContent();
if (!content.isMap())
{
- failureResult(HTTP_INTERNAL_ERROR, "Malformed response contents", content);
+ llwarns << "Malformed response contents" << content << llendl;
return;
}
llwarns << "failed for " << mItemUUID << " content: " << ll_pretty_print_sd(content) << llendl;
@@ -1347,7 +1347,7 @@ public:
const LLSD& content = getContent();
if (!content.isMap())
{
- failureResult(HTTP_INTERNAL_ERROR, "Malformed response contents", content);
+ llwarns << "Malformed response contents" << content << llendl;
return;
}
llwarns << "failed for " << mItemUUID << " content: " << ll_pretty_print_sd(content) << llendl;