diff options
author | Richard Linden <none@none> | 2011-03-09 16:04:38 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-09 16:04:38 -0800 |
commit | c86424c95e9fe3096e15c923ecdacbe12ccc49b3 (patch) | |
tree | 8f5057940077ce12e53d5196fa383100ba6e6fb0 /indra/llui | |
parent | aac70bccada903098bd5a5074d7c4e347ddbef03 (diff) | |
parent | 2da73b89915223c93e64437445db1d83c1d091df (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-social
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llview.cpp | 2 |
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(); } |