diff --git a/src/states_screens/race_result_gui.cpp b/src/states_screens/race_result_gui.cpp index be8b4a026..9446b2253 100644 --- a/src/states_screens/race_result_gui.cpp +++ b/src/states_screens/race_result_gui.cpp @@ -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()); }