diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 25ec9290bb..8d611d35fc 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -622,7 +622,10 @@ static void CheckVideoDefaultSettings() { LOG->Warn("Video renderer list has been changed from '%s' to '%s'", sVideoRenderers.c_str(), PREFSMAN->m_sVideoRenderers.c_str() ); + return; } + + LOG->Info( "Video renderers: '%s'", PREFSMAN->m_sVideoRenderers.c_str() ); } RageDisplay *CreateDisplay() @@ -658,8 +661,6 @@ RageDisplay *CreateDisplay() " PLEASE DO NOT FILE THIS ERROR AS A BUG!\n\n" "Video Driver: "+GetVideoDriverName()+"\n\n"; - LOG->Info( "Video renderers: '%s'", PREFSMAN->m_sVideoRenderers.c_str() ); - CStringArray asRenderers; split( PREFSMAN->m_sVideoRenderers, ",", asRenderers, true );