Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH handlers

This commit is contained in:
Shauren
2015-08-16 18:08:03 +02:00
parent 94f69fb1bc
commit 222eaccc51
9 changed files with 38 additions and 43 deletions

View File

@@ -103,7 +103,7 @@ int main(int argc, char** argv)
sLog->RegisterAppender<AppenderDB>();
sLog->Initialize(nullptr);
TC_LOG_INFO("server.authserver", "%s (authserver)", Revision::GetFullVersion().c_str());
TC_LOG_INFO("server.authserver", "%s (authserver)", Revision::GetFullVersion());
TC_LOG_INFO("server.authserver", "<Ctrl-C> to stop.\n");
TC_LOG_INFO("server.authserver", "Using configuration file %s.", configFile.c_str());
TC_LOG_INFO("server.authserver", "Using SSL version: %s (library: %s)", OPENSSL_VERSION_TEXT, SSLeay_version(SSLEAY_VERSION));