Merge branch 'master' of github.com:supertuxkart/stk-code

This commit is contained in:
hiker
2017-10-26 11:57:32 +11:00

View File

@@ -330,7 +330,7 @@ void RaceResultGUI::eventCallback(GUIEngine::Widget* widget,
}
return;
}
Log::fatal("RaceResultGUI", "Incorrect event '%s' when things are unlocked.",
Log::warn("RaceResultGUI", "Incorrect event '%s' when things are unlocked.",
name.c_str());
}
@@ -408,7 +408,7 @@ void RaceResultGUI::eventCallback(GUIEngine::Widget* widget,
}
}
else
Log::fatal("RaceResultGUI", "Incorrect event '%s' for normal race.",
Log::warn("RaceResultGUI", "Incorrect event '%s' for normal race.",
name.c_str());
return;
} // eventCallback