diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-08-15 12:18:06 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-08-15 12:18:06 -0500 | 
| commit | 5c0df02df5abdadbf17235ae5d7208963c25f1ce (patch) | |
| tree | 5c13bcf024ae988b528ea309b4b6487651f1d372 /indra/llmath | |
| parent | 6b70273603e4aa807662c301179d05a1f2f5a224 (diff) | |
SH-2147 Clarify and quiet log spam on mesh LoD unzip failure.
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;  	} | 
