fix crash
This commit is contained in:
@@ -42,7 +42,7 @@ void Screen::Init()
|
||||
split( PREPARE_SCREENS, ",", asList );
|
||||
for( unsigned i = 0; i < asList.size(); ++i )
|
||||
{
|
||||
LOG->Trace( "Screen %s preparing \"%s\"", asList[i].c_str() );
|
||||
LOG->Trace( "Screen \"%s\" preparing \"%s\"", m_sName.c_str(), asList[i].c_str() );
|
||||
SCREENMAN->PrepareScreen( asList[i] );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user