diff options
| author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-08-16 17:52:25 -0400 | 
|---|---|---|
| committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-08-16 17:52:25 -0400 | 
| commit | 1f97cca85678a8b79d718aeb2de8590eb3865076 (patch) | |
| tree | fb8d9eace43b1e42775efacb0a6e44465e65a39f /indra/llmath | |
| parent | 53187303436d06038e40c5938219863c0d75ae5f (diff) | |
| parent | 0301feb80bbf23d65cfd1ddbe22f297c3ff61a48 (diff) | |
merging latest mesh-development.
Diffstat (limited to 'indra/llmath')
| -rwxr-xr-x | indra/llmath/llvolume.cpp | 2 | 
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;  	} | 
