Use constant format string.

This commit is contained in:
Steve Checkoway
2008-12-26 12:33:29 +00:00
parent ef7749175e
commit a6b0a78d98
+1 -1
View File
@@ -605,7 +605,7 @@ bool CheckVideoDefaultSettings()
// Video card changed since last run
RString sVideoDriver = GetVideoDriverName();
LOG->Trace( "Last seen video driver: " + PREFSMAN->m_sLastSeenVideoDriver.Get() );
LOG->Trace( "Last seen video driver: %s", PREFSMAN->m_sLastSeenVideoDriver.Get().c_str() );
VideoCardDefaults defaults;