mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Overall improvements to log messages (#9598)
Hide some unnecessarily verbose ones behind --trace or disable them entirely. Remove duplicate ones. Improve their contents in some places.
This commit is contained in:
@@ -136,7 +136,6 @@ EmergeManager::EmergeManager(Server *server)
|
||||
nthreads = Thread::getNumberOfProcessors() - 2;
|
||||
if (nthreads < 1)
|
||||
nthreads = 1;
|
||||
verbosestream << "Using " << nthreads << " emerge threads." << std::endl;
|
||||
|
||||
m_qlimit_total = g_settings->getU16("emergequeue_limit_total");
|
||||
if (!g_settings->getU16NoEx("emergequeue_limit_diskonly", m_qlimit_diskonly))
|
||||
|
Reference in New Issue
Block a user