From 390c8ccc0e63dd51fb351f1f6d4e67060c303192 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Sat, 31 Jul 2010 13:12:44 +0200 Subject: replace llwarns by LL_DEBUGS("View") in llview.h - pointless spam for enduser --- linden/indra/llui/llview.h | 8 ++++---- linden/indra/newview/app_settings/logcontrol.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/llui/llview.h b/linden/indra/llui/llview.h index 539adea..7e09dfa 100644 --- a/linden/indra/llui/llview.h +++ b/linden/indra/llui/llview.h @@ -488,7 +488,7 @@ public: // did we find *something* with that name? if (child) { - llwarns << "Found child named " << name << " but of wrong type " << typeid(child).name() << ", expecting " << typeid(T).name() << llendl; + LL_DEBUGS("View") << "Found child named " << name << " but of wrong type " << typeid(child).name() << ", expecting " << typeid(T).name() << LL_ENDL; } if (create_if_missing) { @@ -515,7 +515,7 @@ public: std::string xml_tag = LLWidgetClassRegistry::getInstance()->getTag(); if (xml_tag.empty()) { - llwarns << "No xml tag registered for this class " << llendl; + LL_DEBUGS("View") << "No xml tag registered for this class " << LL_ENDL; return NULL; } // create dummy xml node (