From c617484b135f311d425eddd1e2f2bee3cc896eef Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 21 Jul 2005 05:44:51 +0000 Subject: [PATCH] fix log --- stepmania/src/ScreenManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenManager.cpp b/stepmania/src/ScreenManager.cpp index c7618d6023..96ee980ef2 100644 --- a/stepmania/src/ScreenManager.cpp +++ b/stepmania/src/ScreenManager.cpp @@ -232,7 +232,7 @@ void ScreenManager::Update( float fDeltaTime ) FinishConcurrentRendering(); g_bIsConcurrentlyLoading = false; - LOG->Trace( "Concurrent prepare of %s finished", m_sDelayedConcurrentPrepare.c_str() ); + LOG->Trace( "Concurrent prepare of %s finished", sScreenName.c_str() ); /* We're done. Send the message. The screen is allowed to start * another concurrent prepare from this message. */