mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +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:
@@ -86,7 +86,7 @@ void ScriptApiEnv::player_event(ServerActiveObject *player, const std::string &t
|
||||
void ScriptApiEnv::initializeEnvironment(ServerEnvironment *env)
|
||||
{
|
||||
SCRIPTAPI_PRECHECKHEADER
|
||||
verbosestream << "scriptapi_add_environment" << std::endl;
|
||||
verbosestream << "ScriptApiEnv: Environment initialized" << std::endl;
|
||||
setEnv(env);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user