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