diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp
index acf79539069c721e0b34d3746d124cf7a6c982ab..d73e87129e3eeabf728bd5ef0a3740d6b6359553 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();
 }