From 222eaccc51b8d358c7b60d8def40d6461244ed31 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 16 Aug 2015 18:08:03 +0200 Subject: Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH handlers --- src/server/authserver/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/authserver') diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 7342a638958..1568e3acf60 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -103,7 +103,7 @@ int main(int argc, char** argv) sLog->RegisterAppender(); 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", " 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)); -- cgit v1.2.3