summaryrefslogtreecommitdiff
path: root/indra/llui/llview.cpp
diff options
context:
space:
mode:
authorPalmer Truelson <palmer@lindenlab.com>2010-03-17 14:23:53 -0700
committerPalmer Truelson <palmer@lindenlab.com>2010-03-17 14:23:53 -0700
commit86229c1b57fbb748d622caf875e879c227fce762 (patch)
tree5e45b15b31e577fe78bbef8921c75b91cdf31e79 /indra/llui/llview.cpp
parentfd749ea7d5dac43f6efdb2e7eefe9131cf57ec97 (diff)
parent1e713c886c2ba688a6145d682a8685e547de54ad (diff)
merge
Diffstat (limited to 'indra/llui/llview.cpp')
-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 d34083a384..57beb71a01 100644
--- a/indra/llui/llview.cpp
+++ b/indra/llui/llview.cpp
@@ -152,7 +152,7 @@ LLView::~LLView()
//llinfos << "Deleting view " << mName << ":" << (void*) this << llendl;
if (LLView::sIsDrawing)
{
- llwarns << "Deleting view " << mName << " during UI draw() phase" << llendl;
+ lldebugs << "Deleting view " << mName << " during UI draw() phase" << llendl;
}
// llassert(LLView::sIsDrawing == FALSE);