Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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.
- Loading branch information
Showing
with
87 additions
and 111 deletions.
- +28 −12 src/client/client.cpp
- +4 −15 src/client/client.h
- +3 −3 src/client/content_cao.cpp
- +1 −1 src/client/fontengine.cpp
- +1 −2 src/client/game.cpp
- +2 −18 src/client/renderingengine.cpp
- +9 −7 src/client/sound_openal.cpp
- +5 −4 src/client/tile.cpp
- +1 −1 src/content/subgames.cpp
- +5 −7 src/content_sao.cpp
- +2 −2 src/craftdef.cpp
- +0 −1 src/emerge.cpp
- +3 −3 src/itemdef.cpp
- +1 −7 src/main.cpp
- +4 −4 src/map.cpp
- +4 −4 src/network/clientpackethandler.cpp
- +1 −2 src/network/connectionthreads.cpp
- +1 −1 src/nodedef.cpp
- +1 −1 src/script/cpp_api/s_env.cpp
- +0 −1 src/script/lua_api/l_item.cpp
- +8 −9 src/server.cpp
- +3 −6 src/server/mods.cpp
Oops, something went wrong.