log cleanup

This commit is contained in:
Glenn Maynard
2007-05-06 02:58:25 +00:00
parent 8883cd8579
commit 3d9281897f
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -115,6 +115,8 @@ namespace ScreenManagerUtil
/* Add a screen to g_ScreenStack. This is the only function that adds to g_ScreenStack. */
void PushLoadedScreen( const LoadedScreen &ls )
{
LOG->Trace( "PushScreen: \"%s\"", ls.m_pScreen->GetName().c_str() );
// Be sure to push the screen first, so GetTopScreen returns the screen
// during BeginScreen.
g_ScreenStack.push_back( ls );
@@ -597,7 +599,6 @@ bool ScreenManager::ActivatePreparedScreenAndBackground( const RString &sScreenN
}
else
{
LOG->Trace("... PushScreen");
PushLoadedScreen( ls );
}
}