Raise ignore level in temp logger; irrlicht 1.8 is a little more chatty than 1.7 so shut it up
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8061 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
de743669f8
commit
b65915a919
@ -1047,7 +1047,7 @@ bool IrrDriver::OnEvent(const irr::SEvent &event)
|
||||
case irr::EET_LOG_TEXT_EVENT:
|
||||
{
|
||||
// Ignore 'normal' messages
|
||||
if (event.LogEvent.Level>0)
|
||||
if (event.LogEvent.Level > 1)
|
||||
{
|
||||
printf("[IrrDriver Temp Logger] Level %d: %s\n",
|
||||
event.LogEvent.Level,event.LogEvent.Text);
|
||||
|
Loading…
Reference in New Issue
Block a user