1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 20:19:57 +00:00

[Client] Write list of loaded plugins to log

This commit is contained in:
David Cernat 2017-06-26 06:49:58 +03:00
parent 77758596a1
commit 7d81b84dd8

View file

@ -332,7 +332,7 @@ void Networking::preInit(std::vector<std::string> &content, Files::Collections &
hashList.push_back(crc32);
checksums.push_back(make_pair(*it, hashList));
printf("idx: %d\tchecksum: %X\tfile: %s\n", idx, crc32, col.getPath(*it).string().c_str());
LOG_APPEND(Log::LOG_WARN, "idx: %d\tchecksum: %X\tfile: %s\n", idx, crc32, col.getPath(*it).string().c_str());
}
else
throw std::runtime_error("Plugin doesn't exist.");