Fix format strings.

This commit is contained in:
Steve Checkoway
2008-12-26 23:23:18 +00:00
parent 2258f21c2d
commit 19e1c8bb4e
7 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ RString RageDisplay_OGL::Init( const VideoModeParams &p, bool bAllowUnaccelerate
{
if( !bAllowUnacceleratedRenderer )
return sError + " " + OBTAIN_AN_UPDATED_VIDEO_DRIVER.GetValue() + "\n\n";
LOG->Warn( "Low-performance OpenGL renderer: " + sError );
LOG->Warn( "Low-performance OpenGL renderer: %s", sError.c_str() );
}
#if defined(_WINDOWS)