mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +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:
@@ -253,7 +253,7 @@ std::vector<WorldSpec> getAvailableWorlds()
|
||||
worldspaths.insert(porting::path_user + DIR_DELIM + "worlds");
|
||||
infostream << "Searching worlds..." << std::endl;
|
||||
for (const std::string &worldspath : worldspaths) {
|
||||
infostream << " In " << worldspath << ": " << std::endl;
|
||||
infostream << " In " << worldspath << ": ";
|
||||
std::vector<fs::DirListNode> dirvector = fs::GetDirListing(worldspath);
|
||||
for (const fs::DirListNode &dln : dirvector) {
|
||||
if (!dln.dir)
|
||||
|
Reference in New Issue
Block a user