mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00: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:
parent
3494475df1
commit
de73f989eb
22 changed files with 87 additions and 111 deletions
|
@ -1458,7 +1458,7 @@ void NodeDefManager::deSerialize(std::istream &is)
|
|||
m_content_features.resize((u32)(i) + 1);
|
||||
m_content_features[i] = f;
|
||||
addNameIdMapping(i, f.name);
|
||||
verbosestream << "deserialized " << f.name << std::endl;
|
||||
TRACESTREAM(<< "NodeDef: deserialized " << f.name << std::endl);
|
||||
|
||||
getNodeBoxUnion(f.selection_box, f, &m_selection_box_union);
|
||||
fixSelectionBoxIntUnion();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue