summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-09-11 11:18:36 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-09-11 11:18:36 +0300
commit271ca5e08c3441801034dfa219c2ee8579fa03fc (patch)
tree7e4666a5aba1fe4fbd34d3e297a498729dd0b46f
parenta4fc0b26b07e739348555ef936257bc25352279b (diff)
MAINT-4438 FIXED Warning message is changed to debug message.
-rwxr-xr-xindra/llui/llview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp
index 77c8878f4b..9e6bebc93b 100755
--- a/indra/llui/llview.cpp
+++ b/indra/llui/llview.cpp
@@ -885,7 +885,7 @@ BOOL LLView::handleKey(KEY key, MASK mask, BOOL called_from_parent)
handled = handleKeyHere( key, mask );
if (handled)
{
- LL_WARNS() << "Key handled by " << getName() << LL_ENDL;
+ LL_DEBUGS() << "Key handled by " << getName() << LL_ENDL;
}
}
}