summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-10 17:03:12 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-10 17:03:12 -0700
commit068035959804d6a16a41ddb2ef62da00dceb2689 (patch)
treedbf42d83c6d7417605e04848f6278298a77a4f6c /indra
parent2d1431b2f0bb903be9259cbcae630f605d9c208c (diff)
converted bad toolbars.xml file from error to warning
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lltoolbarview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolbarview.cpp b/indra/newview/lltoolbarview.cpp
index 44b244f163..a0e080b783 100644
--- a/indra/newview/lltoolbarview.cpp
+++ b/indra/newview/lltoolbarview.cpp
@@ -152,7 +152,7 @@ bool LLToolBarView::loadToolbars(bool force_default)
LLXMLNodePtr root;
if(!LLXMLNode::parseFile(toolbar_file, root, NULL))
{
- llerrs << "Unable to load toolbars from file: " << toolbar_file << llendl;
+ llwarns << "Unable to load toolbars from file: " << toolbar_file << llendl;
return false;
}
if(!root->hasName("toolbars"))