1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Add/remove/change some log messages for clarity

This commit is contained in:
sfan5 2025-04-07 20:23:13 +02:00
parent a00b9cab36
commit 9d81c02f27
11 changed files with 73 additions and 79 deletions

View file

@ -34,6 +34,8 @@ std::string ModConfiguration::getUnsatisfiedModsError() const
void ModConfiguration::addModsInPath(const std::string &path, const std::string &virtual_path)
{
verbosestream << "Adding mods from path " << path << " virtual=\""
<< virtual_path << "\"" << std::endl;
addMods(flattenMods(getModsInPath(path, virtual_path)));
}