mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 09:39:11 +00:00
fix(Core/Banner): Add missing space (#5881)
This commit is contained in:
@@ -99,7 +99,7 @@ extern int main(int argc, char** argv)
|
||||
{
|
||||
LOG_INFO("server.authserver", "> Using configuration file %s.", sConfigMgr->GetFilename().c_str());
|
||||
LOG_INFO("server.authserver", "> Using SSL version: %s (library: %s)", OPENSSL_VERSION_TEXT, SSLeay_version(SSLEAY_VERSION));
|
||||
LOG_INFO("server.authserver", "> Using ACE version: %s", ACE_VERSION);
|
||||
LOG_INFO("server.authserver", "> Using ACE version: %s\n", ACE_VERSION);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user