diff options
| -rw-r--r-- | indra/newview/llspatialpartition.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index c5df09d6e5..29d42b3c00 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -4076,7 +4076,8 @@ void LLCullResult::assertDrawMapsEmpty()  	{  		if (mRenderMapSize[i] != 0)  		{ -			LL_ERRS() << "Stale LLDrawInfo's in LLCullResult!" << LL_ENDL; +			LL_ERRS() << "Stale LLDrawInfo's in LLCullResult!" +				<< " (mRenderMapSize[" << i << "] = " << mRenderMapSize[i] << ")" << LL_ENDL;  		}  	}  }  | 
