diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-09-20 15:55:38 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-09-20 15:55:38 -0400 |
commit | e106dad4384105ec8a7a261f740b2787f2053bfd (patch) | |
tree | 8c16cb408560dbcc82f05a735abaa567b97b510d /indra/newview/llmeshrepository.cpp | |
parent | 7e7965af19960c613b1b4d22806682587a2cdd82 (diff) | |
parent | 0bb3f482af4088cc145344689ff51ebfd59f0bac (diff) |
merge
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 2 |
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; } |