Skip to content
Snippets Groups Projects
Commit 271ca5e0 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-4438 FIXED Warning message is changed to debug message.

parent a4fc0b26
No related branches found
No related tags found
No related merge requests found
...@@ -885,7 +885,7 @@ BOOL LLView::handleKey(KEY key, MASK mask, BOOL called_from_parent) ...@@ -885,7 +885,7 @@ BOOL LLView::handleKey(KEY key, MASK mask, BOOL called_from_parent)
handled = handleKeyHere( key, mask ); handled = handleKeyHere( key, mask );
if (handled) if (handled)
{ {
LL_WARNS() << "Key handled by " << getName() << LL_ENDL; LL_DEBUGS() << "Key handled by " << getName() << LL_ENDL;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment