summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-09 16:04:38 -0800
committerRichard Linden <none@none>2011-03-09 16:04:38 -0800
commitc86424c95e9fe3096e15c923ecdacbe12ccc49b3 (patch)
tree8f5057940077ce12e53d5196fa383100ba6e6fb0 /indra/llui
parentaac70bccada903098bd5a5074d7c4e347ddbef03 (diff)
parent2da73b89915223c93e64437445db1d83c1d091df (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-social
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp
index acf7953906..d73e87129e 100644
--- a/indra/llui/llview.cpp
+++ b/indra/llui/llview.cpp
@@ -338,7 +338,7 @@ void LLView::removeChild(LLView* child)
}
else
{
- llerrs << "LLView::removeChild called with non-child" << llendl;
+ llwarns << child->getName() << "is not a child of " << getName() << llendl;
}
updateBoundingRect();
}