add trace

This commit is contained in:
Glenn Maynard
2003-10-19 23:19:02 +00:00
parent 95795ad081
commit d7607ef63f
+1
View File
@@ -500,6 +500,7 @@ retry:
// It makes sense that ScreenManager should allocate memory for a new screen since it
// deletes it later on. This also convention will reduce includes because screens won't
// have to include each other's headers of other screens.
LOG->Trace( "Loading screen %s", sClassName.c_str() );
Screen* pNewScreen = MakeNewScreen(sClassName);
LOG->Trace( "Loaded %s in %f", sClassName.c_str(), t.GetDeltaTime());