Fix missing white-space

This commit is contained in:
Benau 2016-06-10 21:11:55 +08:00 committed by GitHub
parent eaf1486d9c
commit bbc61480a4

View File

@ -601,7 +601,7 @@ void SoccerWorld::enterRaceOverState()
if (UserConfigParams::m_arena_ai_stats)
{
Log::verbose("Soccer AI profiling", "Frames elapsed for a team to win"
"with 30 goals: %d", m_frame_count);
" with 30 goals: %d", m_frame_count);
// Goal calculation
int red_own_goal = 0;