mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Clean up log messages everywhere
This commit is contained in:
@@ -368,7 +368,7 @@ public:
|
||||
// IWritableNodeDefManager
|
||||
virtual void set(content_t c, const ContentFeatures &def)
|
||||
{
|
||||
infostream<<"registerNode: registering content id \""<<c
|
||||
verbosestream<<"registerNode: registering content id \""<<c
|
||||
<<"\": name=\""<<def.name<<"\""<<std::endl;
|
||||
assert(c <= MAX_CONTENT);
|
||||
// Don't allow redefining CONTENT_IGNORE (but allow air)
|
||||
|
Reference in New Issue
Block a user