From 6156baad67c744ed03ea47798bfeb8a77698efc6 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 11 Jan 2009 16:10:10 -0600 Subject: Second Life viewer sources 1.22.4-RC --- linden/indra/llmath/llvolume.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/llmath/llvolume.cpp') diff --git a/linden/indra/llmath/llvolume.cpp b/linden/indra/llmath/llvolume.cpp index be03090..d87bae3 100644 --- a/linden/indra/llmath/llvolume.cpp +++ b/linden/indra/llmath/llvolume.cpp @@ -1765,9 +1765,12 @@ BOOL LLVolume::generate() //debug info if((U32)(sizeS * sizeT) > (1u << 20)) { + llinfos << "regenPath: " << (S32)regenPath << " regenProf: " << (S32)regenProf << llendl ; llinfos << "sizeS: " << sizeS << " sizeT: " << sizeT << llendl ; llinfos << "path_detail : " << path_detail << " split: " << split << " profile_detail: " << profile_detail << llendl ; llinfos << mParams << llendl ; + + llerrs << "LLVolume corrupted!" << llendl ; } sNumMeshPoints -= mMesh.size(); -- cgit v1.1