mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8844] log ACE-version at startup
This commit is contained in:
parent
487a8de692
commit
d45b6884ee
2 changed files with 3 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include "revision_nr.h"
|
||||
#include <openssl/opensslv.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <ace/Version.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "ServiceWin32.h"
|
||||
|
|
@ -166,6 +167,7 @@ extern int main(int argc, char **argv)
|
|||
sLog.outDetail("WARNING: Outdated version of OpenSSL lib. Logins to server may not work!");
|
||||
sLog.outDetail("WARNING: Minimal required version [OpenSSL 0.9.8k]");
|
||||
}
|
||||
sLog.outDetail("Using ACE: %s", ACE_VERSION);
|
||||
|
||||
///- and run the 'Master'
|
||||
/// \todo Why do we need this 'Master'? Can't all of this be in the Main as for Realmd?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue