fix build error

This commit is contained in:
Antz 2020-05-02 00:55:43 +01:00
parent bd4f8a8f40
commit a99c1a28bd
No known key found for this signature in database
GPG key ID: 0DF907270598C85F

View file

@ -929,7 +929,8 @@ void LoadDBCStores(const std::string& dataPath)
if(startupFailed) if(startupFailed)
{ {
sLog.outError("\nYou have mixed version DBC files. Please re-extract DBC files for one from client build: %s", AcceptableClientBuildsListStr().c_str()); sLog.outError("\nYou have mixed version DBC files. Please re-extract DBC files for one from client build: %s", AcceptableClientBuildsListStr().c_str());
sLog.outError("\nThe Following modules failed the checksum: %s", failedModules); // TODO: Need to fix this:
// sLog.outError("\nThe Following modules failed the checksum: %s", failedModules);
Log::WaitBeforeContinueIfNeed(); Log::WaitBeforeContinueIfNeed();
exit(1); exit(1);
} }