1
0

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:
madmaxoft@gmail.com 2012-02-15 14:26:37 +00:00
parent 1aebcea095
commit 01341e2788

View File

@ -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 );