Fixed log files' timestamps
Also made Release mode log less technical information about the world storage threads.
This commit is contained in:
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user