summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2013-09-20 15:55:38 -0400
committerNyx Linden <nyx@lindenlab.com>2013-09-20 15:55:38 -0400
commite106dad4384105ec8a7a261f740b2787f2053bfd (patch)
tree8c16cb408560dbcc82f05a735abaa567b97b510d /indra/newview/llmeshrepository.cpp
parent7e7965af19960c613b1b4d22806682587a2cdd82 (diff)
parent0bb3f482af4088cc145344689ff51ebfd59f0bac (diff)
merge
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-xindra/newview/llmeshrepository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index a888445060..6bdc99ad5e 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -1930,8 +1930,8 @@ void LLMeshLODResponder::completedRaw(const LLChannelDescriptors& channels,
}
else
{
- llassert(status == HTTP_INTERNAL_ERROR || status == HTTP_SERVICE_UNAVAILABLE); //intentionally trigger a breakpoint
llwarns << "Unhandled status " << dumpResponse() << llendl;
+ llassert(status == HTTP_INTERNAL_ERROR || status == HTTP_SERVICE_UNAVAILABLE); //intentionally trigger a breakpoint
}
return;
}