mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +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:
@@ -1066,8 +1066,8 @@ public:
|
||||
}
|
||||
virtual void registerCraft(CraftDefinition *def, IGameDef *gamedef)
|
||||
{
|
||||
verbosestream << "registerCraft: registering craft definition: "
|
||||
<< def->dump() << std::endl;
|
||||
TRACESTREAM(<< "registerCraft: registering craft definition: "
|
||||
<< def->dump() << std::endl);
|
||||
m_craft_defs[(int) CRAFT_HASH_TYPE_UNHASHED][0].push_back(def);
|
||||
|
||||
CraftInput input;
|
||||
|
Reference in New Issue
Block a user