mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Build fixes
This commit is contained in:
@@ -25,7 +25,7 @@ bool Battlenet::SslContext::Initialize()
|
||||
#define LOAD_CHECK(fn) do { fn; \
|
||||
if (err) \
|
||||
{ \
|
||||
TC_LOG_ERROR("server.ssl", #fn ## "failed: %s", err.message().c_str()); \
|
||||
TC_LOG_ERROR("server.ssl", #fn " failed: %s", err.message().c_str()); \
|
||||
return false; \
|
||||
} } while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user