Fixed logging formatting error in cWorld
git-svn-id: http://mc-server.googlecode.com/svn/trunk@264 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
1aebcea095
commit
01341e2788
@ -177,7 +177,7 @@ cWorld::cWorld( const AString & a_WorldName )
|
||||
IniFile.SetValue("Generator", "GeneratorName", "Default" );
|
||||
if( !IniFile.WriteFile() )
|
||||
{
|
||||
LOG("WARNING: Could not write to %s/world.ini", a_WorldName);
|
||||
LOG("WARNING: Could not write to %s/world.ini", a_WorldName.c_str());
|
||||
}
|
||||
}
|
||||
LOGINFO("Seed: %i", m_WorldSeed );
|
||||
|
Loading…
Reference in New Issue
Block a user