From 882f7c70c08c97cb95df580b17cdbc76679cfd78 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 14 Jun 2015 11:23:14 +0100 Subject: Fixed log files' timestamps Also made Release mode log less technical information about the world storage threads. --- src/Root.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Root.cpp') diff --git a/src/Root.cpp b/src/Root.cpp index a84a3db57..5720f5c0d 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -261,7 +261,7 @@ void cRoot::Start(std::unique_ptr overridesRepo) delete m_FurnaceRecipe; m_FurnaceRecipe = nullptr; delete m_CraftingRecipes; m_CraftingRecipes = nullptr; - LOGD("Unloading worlds..."); + LOG("Unloading worlds..."); UnloadWorlds(); LOGD("Stopping plugin manager..."); -- cgit v1.2.3