summaryrefslogtreecommitdiff
path: root/indra/llimage
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-12-05 13:38:01 -0600
committerDave Parks <davep@lindenlab.com>2011-12-05 13:38:01 -0600
commit46a8ee0263aff727fde98874a720d1f929d91141 (patch)
tree603ee21e2e8ab67c5ac489c259e927b68e4c9a0d /indra/llimage
parenta8cb28cb2c589a658900243f98c5c017b9a638c8 (diff)
parenta0873bf1b76b52de23b784e2c71db8d7cffd85bb (diff)
merge
Diffstat (limited to 'indra/llimage')
-rw-r--r--indra/llimage/llimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp
index c239e3df88..56e01ac851 100644
--- a/indra/llimage/llimage.cpp
+++ b/indra/llimage/llimage.cpp
@@ -195,7 +195,7 @@ U8* LLImageBase::allocateData(S32 size)
mData = (U8*)ALLOCATE_MEM(sPrivatePoolp, size);
if (!mData)
{
- llwarns << "allocate image data: " << size << llendl;
+ llwarns << "Failed to allocate image data size [" << size << "]" << llendl;
size = 0 ;
mWidth = mHeight = 0 ;
mBadBufferAllocation = true ;