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

master
Mnikolenko ProductEngine 2014-09-11 11:18:36 +03:00
parent a4fc0b26b0
commit 271ca5e08c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}
}