1
0

Fixed log files' timestamps

Also made Release mode log less technical information about the world
storage threads.
This commit is contained in:
Tiger Wang
2015-06-14 11:23:14 +01:00
parent d961693020
commit 882f7c70c0
3 changed files with 12 additions and 12 deletions

View File

@@ -261,7 +261,7 @@ void cRoot::Start(std::unique_ptr<cSettingsRepositoryInterface> overridesRepo)
delete m_FurnaceRecipe; m_FurnaceRecipe = nullptr;
delete m_CraftingRecipes; m_CraftingRecipes = nullptr;
LOGD("Unloading worlds...");
LOG("Unloading worlds...");
UnloadWorlds();
LOGD("Stopping plugin manager...");