From a079ab6831194a4056594daa9fb63e2b3ac9cec4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 25 Sep 2003 00:55:00 +0000 Subject: [PATCH] fix output --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 55900f67ba..d013e01cd4 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -384,7 +384,7 @@ static void CheckVideoDefaultSettings() if( PREFSMAN->m_sVideoRenderers == "" ) { SetDefaultVideoParams=true; - LOG->Trace( "Applying defaults for %s.", PREFSMAN->m_sLastSeenVideoDriver.c_str() ); + LOG->Trace( "Applying defaults for %s.", sVideoDriver.c_str() ); } else if( PREFSMAN->m_sLastSeenVideoDriver != sVideoDriver ) { SetDefaultVideoParams=true; LOG->Trace( "Video card has changed from %s to %s. Applying new defaults.", PREFSMAN->m_sLastSeenVideoDriver.c_str(), sVideoDriver.c_str() );