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:
parent
77758596a1
commit
7d81b84dd8
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Reference in a new issue