summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2011-08-16 17:52:25 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2011-08-16 17:52:25 -0400
commit1f97cca85678a8b79d718aeb2de8590eb3865076 (patch)
treefb8d9eace43b1e42775efacb0a6e44465e65a39f /indra/llmath
parent53187303436d06038e40c5938219863c0d75ae5f (diff)
parent0301feb80bbf23d65cfd1ddbe22f297c3ff61a48 (diff)
merging latest mesh-development.
Diffstat (limited to 'indra/llmath')
-rwxr-xr-xindra/llmath/llvolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index 2893e746e9..a0338294c1 100755
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -2408,7 +2408,7 @@ bool LLVolume::unpackVolumeFaces(std::istream& is, S32 size)
LLSD mdl;
if (!unzip_llsd(mdl, is, size))
{
- llwarns << "not a valid mesh asset!" << llendl;
+ LL_DEBUGS("MeshStreaming") << "Failed to unzip LLSD blob for LoD, will probably fetch from sim again." << llendl;
return false;
}